This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB 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]

[PATCH] Add handler for LANG_Ada95 in dwarf2read.c


This is not very important, but it's a pretty obvious change. 

I want to change GCC to emit Ada95, which is more accurate. Right now,
it still emits Ada83. While checking in our GDB sources, I noticed that
we only handled Ada83, even in the most recent sources, so before I
change GCC, I wanted to add this to GDB first. This is now done.

2002-07-31  Joel Brobecker  <brobecker@gnat.com>

        * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
        This does not change anything at the moment, but will be helpful
        later when full Ada support is integrated.

-- 
Joel

Attachment: dwarf2read.c.diff
Description: Text document


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