diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-06-15 12:30:53 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-06-15 12:30:53 -0700 |
commit | 75e06f9753af16bd8a4d864431ceb1a4cdd13f58 (patch) | |
tree | baad766d89b1cc3d85ec00a8e94467a1234b5cbf /ld/ChangeLog | |
parent | 6353d82b8fa825c2143f41e84b0d5d4446c6e99a (diff) | |
download | fsf-binutils-gdb-75e06f9753af16bd8a4d864431ceb1a4cdd13f58.zip fsf-binutils-gdb-75e06f9753af16bd8a4d864431ceb1a4cdd13f58.tar.gz fsf-binutils-gdb-75e06f9753af16bd8a4d864431ceb1a4cdd13f58.tar.bz2 |
Correct "ld --help" to display "-z stack-size=SIZE"
ELF Linker command line option to set stack size is "-z stack-size=SIZE",
not "-z stacksize=SIZE".
* exsup.c (elf_shlib_list_options): Display "-z stack-size=SIZE"
instead of "-z stacksize=SIZE".
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index e3afabf..7791c03 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2017-06-15 H.J. Lu <hongjiu.lu@intel.com> + + * exsup.c (elf_shlib_list_options): Display "-z stack-size=SIZE" + instead of "-z stacksize=SIZE". + 2017-06-15 Jiong Wang <jiong.wang@arm.com> * testsuite/ld-aarch64/copy-reloc-exe-2.s: New test source file. |