diff options
author | K. Richard Pixley <rich@cygnus> | 1992-10-16 23:11:13 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-10-16 23:11:13 +0000 |
commit | e24cb83d473f62515d0b82cbc0681d177a5737d3 (patch) | |
tree | 9531585f278292ca9a885b202e2ab120abf24212 /gdb/ChangeLog | |
parent | 61bbb1c2cf5f5a2a05495e1965dd01192d67174e (diff) | |
download | gdb-e24cb83d473f62515d0b82cbc0681d177a5737d3.zip gdb-e24cb83d473f62515d0b82cbc0681d177a5737d3.tar.gz gdb-e24cb83d473f62515d0b82cbc0681d177a5737d3.tar.bz2 |
linux host/target/native separation
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 42bd4dd..38b1ceb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,16 @@ Fri Oct 16 13:06:08 1992 K. Richard Pixley (rich@sendai.cygnus.com) + Native support for linux (untested). + + * config/linux.mh (XDEPFILES): removed infptrace.o inftarg.o + fork-child.o coredep.o corelow.o i387-tdep.o. + (NAT_FILE, NATDEPFILES): new macros. + * config/linux.mt (TDEPFILES): removed exec.o, added i387-tdep.o. + * Makefile.in (HFILES): added nm-linux.h. + * nm-linux.h: new file. + * xm-linux.h: updated copyright. cleaned up formatting. + (ATTACH_DETACH, U_REGS_OFFSET): removed to nm-linux.h. + Native support for sun386 (untested). * config/sun386.mh (XDEPFILES): removed infptrace.o inftarg.o |