diff options
author | Stu Grossman <grossman@cygnus> | 1993-09-22 14:58:31 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1993-09-22 14:58:31 +0000 |
commit | 6c08c1ef02181babf822f0b205f8ebeb69a7138e (patch) | |
tree | 935e534c864a607c988366818208e8059aa585d3 | |
parent | 2b91cc453bae74cdf8ccd567a651b6af4aa0ce10 (diff) | |
download | gdb-6c08c1ef02181babf822f0b205f8ebeb69a7138e.zip gdb-6c08c1ef02181babf822f0b205f8ebeb69a7138e.tar.gz gdb-6c08c1ef02181babf822f0b205f8ebeb69a7138e.tar.bz2 |
* Makefile.in (OPTIONAL_BACKENDS): Add lynx-core.o.
* bfd-in2.h (tdata): Add lynx_core_data;
* config.bfd configure.host: Get rid of superfluous netbsd and
lynxos entries.
* configure.in: Add lynx-core.o to Lynx config.
* i386lynx.c: Add defs for core file support.
* lynx-core.c: New file with Lynx core file support.
* hosts/i386lynx.h: Move lots of host specific includes to here.
Add def of HOST_LYNX. Remove unnecessary defs.
-rw-r--r-- | bfd/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b7999cc..2ffe50f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,15 @@ +Wed Sep 22 07:34:09 1993 Stu Grossman (grossman at cygnus.com) + + * Makefile.in (OPTIONAL_BACKENDS): Add lynx-core.o. + * bfd-in2.h (tdata): Add lynx_core_data; + * config.bfd configure.host: Get rid of superfluous netbsd and + lynxos entries. + * configure.in: Add lynx-core.o to Lynx config. + * i386lynx.c: Add defs for core file support. + * lynx-core.c: New file with Lynx core file support. + * hosts/i386lynx.h: Move lots of host specific includes to here. + Add def of HOST_LYNX. Remove unnecessary defs. + Mon Sep 20 19:18:10 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * elfcode.h (bfd_section_from_shdr): Only set SEC_DATA for a |