Deleted Added
full compact
dbxout.c (117404) dbxout.c (119265)
1/* Output dbx-format symbol table information from GNU compiler.
2 Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
3 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
4
5This file is part of GCC.
6
7GCC is free software; you can redistribute it and/or modify it under
8the terms of the GNU General Public License as published by the Free

--- 1607 unchanged lines hidden (view full) ---

1616 CHARS (1);
1617 dbxout_type (BINFO_TYPE (child), full);
1618 putc (',', asmfile);
1619 CHARS (1);
1620 print_wide_int (tree_low_cst (BINFO_OFFSET (child), 0)
1621 * BITS_PER_UNIT);
1622 putc (',', asmfile);
1623 CHARS (1);
1/* Output dbx-format symbol table information from GNU compiler.
2 Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
3 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
4
5This file is part of GCC.
6
7GCC is free software; you can redistribute it and/or modify it under
8the terms of the GNU General Public License as published by the Free

--- 1607 unchanged lines hidden (view full) ---

1616 CHARS (1);
1617 dbxout_type (BINFO_TYPE (child), full);
1618 putc (',', asmfile);
1619 CHARS (1);
1620 print_wide_int (tree_low_cst (BINFO_OFFSET (child), 0)
1621 * BITS_PER_UNIT);
1622 putc (',', asmfile);
1623 CHARS (1);
1624 print_wide_int (tree_low_cst (DECL_SIZE
1625 (TYPE_NAME
1626 (BINFO_TYPE (child))),
1624 print_wide_int (tree_low_cst (TYPE_SIZE (BINFO_TYPE (child)),
1627 0)
1628 * BITS_PER_UNIT);
1629 putc (';', asmfile);
1630 CHARS (1);
1631 }
1632 }
1633 }
1634

--- 1374 unchanged lines hidden ---
1625 0)
1626 * BITS_PER_UNIT);
1627 putc (';', asmfile);
1628 CHARS (1);
1629 }
1630 }
1631 }
1632

--- 1374 unchanged lines hidden ---