diff options
author | John Gilmore <gnu@cygnus> | 1991-09-04 07:52:46 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-09-04 07:52:46 +0000 |
commit | 12e7087f536972db65252d9db6c04cf8441724ff (patch) | |
tree | 6ba2be18873bade4e6644421ceb7b03836f270fb /bfd/ChangeLog | |
parent | bdbd5f508635fa9581f85bd6ba7ec3620970674d (diff) | |
download | gdb-12e7087f536972db65252d9db6c04cf8441724ff.zip gdb-12e7087f536972db65252d9db6c04cf8441724ff.tar.gz gdb-12e7087f536972db65252d9db6c04cf8441724ff.tar.bz2 |
Allow GDB to patch object files.
Makefile.in: Add crude dependencies.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index fca4b95..503747c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,14 @@ +Wed Sep 4 00:44:52 1991 John Gilmore (gnu at cygint.cygnus.com) + + Allow GDB to patch object files. + + * aoutf1.h (sunos_core_file_p): Set SEC_HAS_CONTENTS on all sections. + * trad-core.h (trad_unix_core_file_p): Ditto. + * aoutx.h (aout_set_section_contents): On first output, check + abfd->direction and complain if erroneous. + + * Makefile.in: Add crude dependencies. + Tue Sep 3 13:46:19 1991 Steve Chamberlain (steve at cygint.cygnus.com) * config/* aoutx.h configure* shortened all the h/tmake-xxxx |