diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-09-15 16:09:32 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-09-15 16:09:32 +0000 |
commit | 8285870aeb368fe27af00e8be80261fcda320211 (patch) | |
tree | 7f8f972e3b1bb57df76e94dc6f737f566c342765 /gdb/Makefile.in | |
parent | bc426d7a8b915ba9ea9f6abd623aded1de823ac3 (diff) | |
download | gdb-8285870aeb368fe27af00e8be80261fcda320211.zip gdb-8285870aeb368fe27af00e8be80261fcda320211.tar.gz gdb-8285870aeb368fe27af00e8be80261fcda320211.tar.bz2 |
gdb/
Fix gcc-4.5 HEAD warnings for enum ada_operator.
* Makefile.in (HFILES_NO_SRCDIR): Add ada-operator.inc.
* ada-lang.h (enum ada_operator): Move it to ...
* ada-operator.inc: ... a new file.
* expression.h (enum exp_opcode): Include ada-operator.inc.
New element OP_UNUSED_LAST. Update comment for OP_EXTENDED0.
gdb/
Fix gcc-4.5 HEAD warnings for GDB_FORM_cached_string.
* dwarf2read.c (GDB_FORM_cached_string)
(dwarf_form_name <GDB_FORM_cached_string>): Remove.
(struct attribute <dwarf_form>): Reduce the bit width.
(struct attribute <string_is_canonical>, DW_STRING_IS_CANONICAL): New.
(read_attribute_value <DW_FORM_string>)
(read_attribute_value <DW_FORM_strp>): Initialize
DW_STRING_IS_CANONICAL.
(dwarf2_name, dump_die_shallow <DW_FORM_string>)
(dump_die_shallow <DW_FORM_strp>): Update the code using former
GDB_FORM_cached_string.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index d42d6fb..f5e1dde 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -750,7 +750,7 @@ config/rs6000/nm-rs6000.h top.h bsd-kvm.h gdb-stabs.h reggroups.h \ annotate.h sim-regno.h dictionary.h dfp.h main.h frame-unwind.h \ remote-fileio.h i386-linux-tdep.h vax-tdep.h objc-lang.h \ sentinel-frame.h bcache.h symfile.h windows-tdep.h linux-tdep.h \ -gdb_usleep.h jit.h xml-syscall.h +gdb_usleep.h jit.h xml-syscall.h ada-operator.inc # Header files that already have srcdir in them, or which are in objdir. |