diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-07-23 16:31:01 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-07-23 16:31:01 +0000 |
commit | bf00990ea962edae817bd7140ff9e0a362eb61db (patch) | |
tree | 5608ee9083c0651c2709ff27f6144c55b8ee4814 /ld | |
parent | 899ea5062e92087bb92f811d31a07eda0dbf54ec (diff) | |
download | gdb-bf00990ea962edae817bd7140ff9e0a362eb61db.zip gdb-bf00990ea962edae817bd7140ff9e0a362eb61db.tar.gz gdb-bf00990ea962edae817bd7140ff9e0a362eb61db.tar.bz2 |
* scripttempl/aout.sc: If ALIGNMENT is defined, use it to set
alignment of end symbol.
* scripttempl/elf.sc: Likewise.
* emulparams/sun4.sh (ALIGNMENT): Define.
* emulparams/elf32_sparc.sh (ALIGNMENT): Define.
* ldint.texinfo (emulation parameters): Document ALIGNMENT.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index d2e50ec..459e93d 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,33 @@ +Thu Jul 23 11:15:12 1998 Ian Lance Taylor <ian@cygnus.com> + + * scripttempl/aout.sc: If ALIGNMENT is defined, use it to set + alignment of end symbol. + * scripttempl/elf.sc: Likewise. + * emulparams/sun4.sh (ALIGNMENT): Define. + * emulparams/elf32_sparc.sh (ALIGNMENT): Define. + * ldint.texinfo (emulation parameters): Document ALIGNMENT. + + * lexsup.c (parse_args): Add missing break statement. + + * ldlang.c (lang_gc_sections_1): Add default case to switch to + avoid warnings. + +start-sanitize-beos +Tue Jul 14 15:42:17 1998 Richard Henderson <rth@cygnus.com> + + * configure.tgt (i?86-*-beos{pe,elf,}*): Recognize. + * Makefile.am (ei386beos.o): New. + * emulparams/i386beos.sh: New file. + * emultempl/beos.em, scripttempl/i386beos.sc: New file. + +end-sanitize-beos +Tue Jul 14 15:35:42 1998 Richard Henderson <rth@cygnus.com> + + * lexsup.c: New option --version-exports-section. + * ld.h (struct args_type): Add version_exports_section. + * ldlang.c (lang_do_version_exports_section): New function. + (lang_process): Call it. + Mon Jul 13 13:20:23 1998 Steve Chamberlain <sac@transmeta.com> * ldlex.l: Accept ASSERT. |