aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2008-05-31 16:35:56 +0000
committerNick Clifton <nickc@redhat.com>2008-05-31 16:35:56 +0000
commitde7dd2bdee702cd4a187c09427bd42b7eee239ec (patch)
tree40d84aa2c577867c71021aeb9f0ddc5bc74c6614 /ld/ChangeLog
parentc7eb6be45e424188fd6f1035ca747f4295f2588c (diff)
downloadgdb-de7dd2bdee702cd4a187c09427bd42b7eee239ec.zip
gdb-de7dd2bdee702cd4a187c09427bd42b7eee239ec.tar.gz
gdb-de7dd2bdee702cd4a187c09427bd42b7eee239ec.tar.bz2
PR ld/6430
* testsuite/ld-elfcomm/elfcomm.exp (test_sort_common): Test the ascending/descending argument to the --sort-common command line option. * testsuite/ld-elfcomm/sort-common.s: New file. * ld.h (enum sort_order): New. * ldlang.c (lang_check: Fix comment. (lang_common): Sort commons in ascending or descending order. (lang_one_common): Likewise. * lexsup.c (ld_options): Have --sort-common take an option argument. (parse_args): Handle argument to --sort-common. * ld.texinfo (--sort-common): Document new optional argument. * NEWS: Mention new feature.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index d896b6f..206ab3c 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,16 @@
+2008-05-31 Evandro Menezes <evandro@yahoo.com>
+
+ PR ld/6430
+ * ld.h (enum sort_order): New.
+ * ldlang.c (lang_check: Fix comment.
+ (lang_common): Sort commons in ascending or descending order.
+ (lang_one_common): Likewise.
+ * lexsup.c (ld_options): Have --sort-common take an option
+ argument.
+ (parse_args): Handle argument to --sort-common.
+ * ld.texinfo (--sort-common): Document new optional argument.
+ * NEWS: Mention new feature.
+
2008-05-28 Christophe Lyon <christophe.lyon@st.com>
* ld.texinfo: State that farcalls stubs are supported for ARM-EABI