diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-08-14 19:40:01 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-08-14 19:40:01 +0000 |
commit | 63bb5e9a797da6da171db494ff366fe2cab35a70 (patch) | |
tree | 3692aea6afeef5ee5cca1a01259bb881c2330490 /ld/ChangeLog | |
parent | a05d3537a8035d2e0d9310bef6589cba46998f06 (diff) | |
download | gdb-63bb5e9a797da6da171db494ff366fe2cab35a70.zip gdb-63bb5e9a797da6da171db494ff366fe2cab35a70.tar.gz gdb-63bb5e9a797da6da171db494ff366fe2cab35a70.tar.bz2 |
* ldgram.y: Include "ldctor.h".
(statement): Accept SORT around CONSTRUCTORS.
* ldctor.c: Include <ctype.h>.
(constructors_sorted): New global variable.
(ctor_prio, ctor_cmp): New static functions.
(ldctor_build_sets): Sort constructors if requested.
* ldctor.h (constructors_sorted): Declare.
* ldlang.c (print_statement): Print sorted CONSTRUCTORS
correctly.
* scripttempl/elf.sc: Add sort around CONSTRUCTORS.
* ld.texinfo (Output Section Keywords): Document SORT
(CONSTRUCTORS).
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index a38b01c..ce8d936 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,27 @@ +Fri Aug 14 15:34:29 1998 Ian Lance Taylor <ian@cygnus.com> + + * ldgram.y: Include "ldctor.h". + (statement): Accept SORT around CONSTRUCTORS. + * ldctor.c: Include <ctype.h>. + (constructors_sorted): New global variable. + (ctor_prio, ctor_cmp): New static functions. + (ldctor_build_sets): Sort constructors if requested. + * ldctor.h (constructors_sorted): Declare. + * ldlang.c (print_statement): Print sorted CONSTRUCTORS + correctly. + * scripttempl/elf.sc: Add sort around CONSTRUCTORS. + * ld.texinfo (Output Section Keywords): Document SORT + (CONSTRUCTORS). + +start-sanitize-armelf +Thu Aug 13 12:20:39 1998 Catherine Moore <clm@cygnus.com> + + * emulparams/armelf.sh: Define TEMPLATE_NAME to armelf. + * scripttempl/elfarm.sc: Include .glue_7t and .glue7 + sections. + * emultempl/armelf.em: New file. + +end-sanitize-armelf Thu Aug 13 12:52:45 1998 H.J. Lu <hjl@gnu.org> * Makefile.am (ld.dvi): Use " instead of ' for MAKEINFO. |