diff options
author | Ian Lance Taylor <ian@airs.com> | 1992-10-20 20:10:34 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1992-10-20 20:10:34 +0000 |
commit | 6142210d1d7bcfafaa2a31327b97a354024719c1 (patch) | |
tree | febb27d4bf5a8681c2f6a75ed466de538c7929ea /gas/config/ChangeLog | |
parent | 653912459d4f9ff97b6696f001b57473ba21cc7b (diff) | |
download | gdb-6142210d1d7bcfafaa2a31327b97a354024719c1.zip gdb-6142210d1d7bcfafaa2a31327b97a354024719c1.tar.gz gdb-6142210d1d7bcfafaa2a31327b97a354024719c1.tar.bz2 |
Tue Oct 20 13:02:25 1992 Ian Lance Taylor (ian@cygnus.com)
* Support for i386-sysv.
obj-coffbfd.c (do_relocs_for, write_object_file): set segment
addresses to reasonable sizes. New define ZERO_BASED_SEGMENTS can
be used to set them all to zero as was done before.
(fill_section): segment addresses now set in write_object_file.
(fill_section): Don't set STYP_NOLOAD for .bss section.
(fixup_segment): 386 uses strange common symbol format.
tc-i386.c (tc_coff_fix2rtype): use R_DIR32, not R_RELLONG, for
compatibility with SVR3.2 linker.
Diffstat (limited to 'gas/config/ChangeLog')
-rw-r--r-- | gas/config/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/config/ChangeLog b/gas/config/ChangeLog index b77555a..ff153e2 100644 --- a/gas/config/ChangeLog +++ b/gas/config/ChangeLog @@ -1,3 +1,15 @@ +Tue Oct 20 13:02:25 1992 Ian Lance Taylor (ian@cygnus.com) + + * Support for i386-sysv. + obj-coffbfd.c (do_relocs_for, write_object_file): set segment + addresses to reasonable sizes. New define ZERO_BASED_SEGMENTS can + be used to set them all to zero as was done before. + (fill_section): segment addresses now set in write_object_file. + (fill_section): Don't set STYP_NOLOAD for .bss section. + (fixup_segment): 386 uses strange common symbol format. + tc-i386.c (tc_coff_fix2rtype): use R_DIR32, not R_RELLONG, for + compatibility with SVR3.2 linker. + Mon Oct 5 09:28:57 1992 Steve Chamberlain (sac@thepub.cygnus.com) fix i960+non-bfd coff bit rot. |