aboutsummaryrefslogtreecommitdiff
path: root/gdb/xcoffread.c
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1992-01-01 12:32:19 +0000
committerFred Fish <fnf@specifix.com>1992-01-01 12:32:19 +0000
commit1d4c28c5fadff5eebe66a4a64c6b480aa3a020d5 (patch)
tree0a65e0c90e951b872726eac9b9ad9d34255bd172 /gdb/xcoffread.c
parent748ec1244c455ecfa7462a2f0d5b819e430a1ded (diff)
downloadgdb-1d4c28c5fadff5eebe66a4a64c6b480aa3a020d5.zip
gdb-1d4c28c5fadff5eebe66a4a64c6b480aa3a020d5.tar.gz
gdb-1d4c28c5fadff5eebe66a4a64c6b480aa3a020d5.tar.bz2
Makefile.in: Change tm-svr4.h to tm-sysv4.h. Change xm-svr4.h
to xm-sysv4.h. Split OPCODE_DIR into OPCODE_DIR1 and OPCODE_DIR2 to reflect actual locations of opcode files, so TAGS target will be buildable. i386-tdep.c: Change an erroneous 'm68k' reference to 'i386'. i386-tdep.c (supply_fpregset, fill_fpregset): Remove m68k code. m68k-tdep.c (supply_fpregset, fill_fpregset): Fix array dereferencing to access the correct elements. valops.c (value_addr): Declare return type of external func value_copy(). xcoffread.c: Undefine next_symbol_text before redefining it.
Diffstat (limited to 'gdb/xcoffread.c')
-rw-r--r--gdb/xcoffread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/xcoffread.c b/gdb/xcoffread.c
index e425ef7..43de5db 100644
--- a/gdb/xcoffread.c
+++ b/gdb/xcoffread.c
@@ -1209,6 +1209,7 @@ dump_misc_funcs ()
/* So far, I haven't seen this happenning xlc output. I doubt we'll need this
for aixcoff. */
+#undef next_symbol_text
#define next_symbol_text() \
printf ("Gdb Error: symbol names on multiple lines not implemented.\n")