OSDN Git Service

* config/tm-linux.h (REALTIME_LO, REALTIME_HI): Do not define.
authoruweigand <uweigand>
Tue, 28 Nov 2006 19:07:49 +0000 (19:07 +0000)
committeruweigand <uweigand>
Tue, 28 Nov 2006 19:07:49 +0000 (19:07 +0000)
commite2453abe73330dcb3dee7ec6b2b46e82665333f1
treec42f74dc1cc38c5613199189072541787a611933
parent14a9f12e447b63fee1df1f913d3d049f7c4a632b
* config/tm-linux.h (REALTIME_LO, REALTIME_HI): Do not define.
* config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Likewise.

* config/rs6000/tm-rs6000ly.h (REALTIME_LO, REALTIME_HI): Move to ...
* config/nm-lynx.h (REALTIME_LO, REALTIME_HI): ... here.

* config/i386/nto.mh (NAT_FILE): Define.
* config/i386/nto.mt (DEPRECATED_TM_FILE): Remove.
* config/i386/tm-nto.h: Delete file.
* config/tm-nto.h: Delete file.
* config/nm-nto.h: New file.

* Makefile.in (nto-tdep.o): Add dependency on $(objfiles_h).
* nto-tdep.c: Include "objfiles.h" and <string.h>.

* coff-solib.h (SOLIB_UNLOADED_LIBRARY_PATHNAME): Define as "".
* xcoffread.c (read_xcoff_symtab): Initialize fcn_stab_saved.
* config/rs6000/rs6000lynx.mt (TDEPFILES): Add xcoffread.o.
14 files changed:
gdb/ChangeLog
gdb/Makefile.in
gdb/coff-solib.h
gdb/config/i386/nto.mh
gdb/config/i386/nto.mt
gdb/config/i386/tm-nto.h [deleted file]
gdb/config/mips/tm-linux.h
gdb/config/nm-lynx.h
gdb/config/nm-nto.h [moved from gdb/config/tm-nto.h with 77% similarity]
gdb/config/rs6000/rs6000lynx.mt
gdb/config/rs6000/tm-rs6000ly.h
gdb/config/tm-linux.h
gdb/nto-tdep.c
gdb/xcoffread.c