diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2006-03-09 20:28:49 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2006-03-09 20:28:49 +0000 |
commit | 14288fdc16d91e5a1967e911e922e197a2f348c1 (patch) | |
tree | 19decc101f4666e8251b99b5e822256a99675b6b /binutils/ChangeLog | |
parent | 86941c27598e4629c7874d8fe98d9db812a990ae (diff) | |
download | gdb-14288fdc16d91e5a1967e911e922e197a2f348c1.zip gdb-14288fdc16d91e5a1967e911e922e197a2f348c1.tar.gz gdb-14288fdc16d91e5a1967e911e922e197a2f348c1.tar.bz2 |
* dlltool.c (add_stdcall_underscore): New flag.
(xlate): Also add underscore to stdcall symbol if
add_stdcall_underscore set.
(usage): Document --add-stdcall-underscore option.
(OPTION_ADD_STDCALL_UNDERSCORE): New define.
(long_options): Use it for --add-stdcall-underscore option.
(main): Handle it.
* doc/binutils.texi: Document --add-stdcall-underscore option
and differentiate from --add-underscore.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 34ab9fe..f543b36 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,15 @@ +2006-03-09 Danny Smith <dannysmith@users.sourceforge.net> + + * dlltool.c (add_stdcall_underscore): New flag. + (xlate): Also add underscore to stdcall symbol if + add_stdcall_underscore set. + (usage): Document --add-stdcall-underscore option. + (OPTION_ADD_STDCALL_UNDERSCORE): New define. + (long_options): Use it for --add-stdcall-underscore option. + (main): Handle it. + * doc/binutils.texi: Document --add-stdcall-underscore option + and differentiate from --add-underscore. + 2006-03-06 Nathan Sidwell <nathan@codesourcery.com> * readelf.c (get_machine_flags): Adjust. |