diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-01-11 18:34:48 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-01-11 18:34:48 +0000 |
commit | 94e6ee9154f85d0f83a793c630141ac2c1125c7f (patch) | |
tree | d98f6c62cca9374b05640106de9dcfd716a71dd7 /gold/ChangeLog | |
parent | b260e109836fc4bc884fb3f66cbc24b77931c026 (diff) | |
download | gdb-94e6ee9154f85d0f83a793c630141ac2c1125c7f.zip gdb-94e6ee9154f85d0f83a793c630141ac2c1125c7f.tar.gz gdb-94e6ee9154f85d0f83a793c630141ac2c1125c7f.tar.bz2 |
Use --dyn-syms instead of -Ds
2010-01-11 H.J. Lu <hongjiu.lu@intel.com>
PR gold/11144
* testsuite/Makefile.am (dynamic_list.stdout): Use --dyn-syms
instead of -Ds.
* testsuite/Makefile.in: Regenerated.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index dd5688c..57d5795 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,10 @@ +2010-01-11 H.J. Lu <hongjiu.lu@intel.com> + + PR gold/11144 + * testsuite/Makefile.am (dynamic_list.stdout): Use --dyn-syms + instead of -Ds. + * testsuite/Makefile.in: Regenerated. + 2010-01-10 Doug Kwan <dougkwan@google.com> * options.h (DEFINE_var): Use parentheses around argument varname__ |