Makefile.in: Change tm-svr4.h to tm-sysv4.h. Change xm-svr4.h
authorFred Fish <fnf@specifix.com>
Wed, 1 Jan 1992 12:32:19 +0000 (12:32 +0000)
committerFred Fish <fnf@specifix.com>
Wed, 1 Jan 1992 12:32:19 +0000 (12:32 +0000)
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.

gdb/ChangeLog
gdb/xcoffread.c

index 7a347ab8ad4e4a78e8c5ce7818b5ef94d1c8f174..c4302dc52470357c657c6738e5bf21f019fda5ed 100644 (file)
@@ -1,3 +1,23 @@
+Wed Jan  1 04:29:00 1992  Fred Fish  (fnf at cygnus.com)
+
+       * 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.
+
 Mon Dec 30 10:57:02 1991  Per Bothner  (bothner at cygnus.com)
 
        Mainly stuff to improve handling of TYPE_CODE_REF values.
index e425ef70db503f09225869a138f574ce613e13e8..43de5dbc1e44a2f5f85096ab6a213ae1ff619613 100644 (file)
@@ -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")