diff options
author | Steve Chamberlain <sac@cygnus> | 1994-12-19 22:16:27 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1994-12-19 22:16:27 +0000 |
commit | 885ae6b979ad57b264e50ca16aa48c2d3850d780 (patch) | |
tree | 6eb9b63fee757c2f13c887fe376c3d84ef1048c4 /ld/ChangeLog | |
parent | 847a01cd4cd73749699db2fc7b8f49d3bb619076 (diff) | |
download | gdb-885ae6b979ad57b264e50ca16aa48c2d3850d780.zip gdb-885ae6b979ad57b264e50ca16aa48c2d3850d780.tar.gz gdb-885ae6b979ad57b264e50ca16aa48c2d3850d780.tar.bz2 |
* ld.h (split_by_reloc, split_by_file): New flags.
* ldwrite.c (clone_section, split_sections): New functions.
* lexsup.c (parse_args): Understand new split options.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index bc44f76..fa98876 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,18 @@ +Mon Dec 19 14:02:13 1994 Steve Chamberlain (sac@jonny.cygnus.com) + + * ld.h (split_by_reloc, split_by_file): New flags. + * ldwrite.c (clone_section, split_sections): New functions. + * lexsup.c (parse_args): Understand new split options. + +start-sanitize-arc +Tue Dec 13 16:45:18 1994 Doug Evans <dje@canuck.cygnus.com> + + * configure.in (arc-elf): New target. + * Makefile.in (earcelf.c): New target. + * config/arc-elf.mt: New file. + * emulparms/arcelf.sh: New file. +end-sanitize-arc + Fri Dec 9 17:22:55 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> * scripttempl/elf.sc: Move .ctors and .dtors from .text segment to |