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] |
Richard Henderson wrote:
+ ASM_OUTPUT_DWARF_DELTA_UNITS (asm_out_file, size, lab1, lab2, units);You always pass units=1, so ...
Take a look at the macro definition is config/ia64/vms.h, it has a "/16*3". Factor in it to handle ia64 instruction slots.
I think that's the calculation I had in mind for "units", but didn't know how to represent that properly. Any thoughts?
I think it's a mistake to use an instruction factor on ia64 for this, given that it isn't used anywhere else. Not even the dwarf line number table uses one.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |