diff options
author | K. Richard Pixley <rich@cygnus> | 1992-04-21 05:27:57 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-04-21 05:27:57 +0000 |
commit | 6e491a87f911bd007d14cb50b6a4a2a2c3176627 (patch) | |
tree | c52bff3ec5799a45c87c755e7339f26aa85a6a78 /bfd/ChangeLog | |
parent | f8a6ad66f05eec6b9a981b80e09c190f3dcda94e (diff) | |
download | gdb-6e491a87f911bd007d14cb50b6a4a2a2c3176627.zip gdb-6e491a87f911bd007d14cb50b6a4a2a2c3176627.tar.gz gdb-6e491a87f911bd007d14cb50b6a4a2a2c3176627.tar.bz2 |
rework CFLAGS, etc.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c74c14f..9963d8b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,22 @@ +Mon Apr 20 22:22:51 1992 K. Richard Pixley (rich@rtl.cygnus.com) + + * Makefile.in: remove old style staging. Do not print recursion + lines. + + * Makefile.in: rework CFLAGS so that CFLAGS can be passed from the + Makefile command line. Remove MINUS_G. Default CFLAGS to -g. + Pass CFLAGS. + +Fri Apr 17 09:15:31 1992 Steve Chamberlain (sac@thepub.cygnus.com) + + * bfd.c, Makefile.in: added tekhex + * aoutx.h (set_section_contents): pages should be padded to the + size of a page, not the size of a segment. + * configure.in: added go32 host and i386-aout target. + * i386aout.c, libaout.h: now works for go32 target + * ieee.c: fix bit rot. + * seclet.c: support for padding seclet type. + Wed Apr 15 18:11:58 1992 K. Richard Pixley (rich@rtl.cygnus.com) * Makefile.in: added .NOEXPORT: |