This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: The DWARF2 debugging section size is different in different machine


On Tue, Jan 11, 2005 at 06:07:09PM -0800, chandrakala chavva wrote:
>         * dwarf2out.c (dw_long_long_struct): Change struct elements
>	to "unsigned long long".

Not ok.

(1) You must use HOST_WIDE_INT, and not "long long" within gcc
    sources itself.

(2) There are *lots* of places within dwarfout.c that are not
    safe wrt HOST_WIDE_INT and ought to be.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]