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: [RFC] More compact (100x) -g3 .debug_macinfo


>>>>> "Jakub" == Jakub Jelinek <jakub@redhat.com> writes:

Tom> I don't think I really understood DW_MACINFO_GNU_define_opcode, so the
Tom> implementation here is probably wrong.

Jakub> Well, I think you've skipped it correctly and furthermore even patched
Jakub> GCC doesn't emit it.  The point of it was to allow skipping unknown
Jakub> opcodes.  If you implement this opcode fully and say GCC 4.8 adds a new
Jakub> vendor opcode, the old implementation would be able to silently skip
Jakub> over such opcodes.

I implemented this part today, so I think the gdb patch is complete now.

Tom


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