aboutsummaryrefslogtreecommitdiff
path: root/binutils/NEWS
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2009-02-03 15:48:50 +0000
committerH.J. Lu <hjl.tools@gmail.com>2009-02-03 15:48:50 +0000
commit0dafdf3fdf89c80c00904b699ff167ec1a292dec (patch)
tree0b0c265ae270a69f80a693e37ce883e3b724180a /binutils/NEWS
parent34a0278d91d5af416424049a8a7a89b60b62ed18 (diff)
downloadgdb-0dafdf3fdf89c80c00904b699ff167ec1a292dec.zip
gdb-0dafdf3fdf89c80c00904b699ff167ec1a292dec.tar.gz
gdb-0dafdf3fdf89c80c00904b699ff167ec1a292dec.tar.bz2
2009-02-03 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/9784 * NEWS: Mention --prefix=PREFIX and --prefix-strip=LEVEL. * doc/binutils.texi: Document --prefix=PREFIX and --prefix-strip=LEVEL. * objdump.c: Include "filenames.h". (prefix): New. (prefix_strip): Likewise. (prefix_length): Likewise. (usage): Add --prefix=PREFIX and --prefix-strip=LEVEL. (option_values): Add OPTION_PREFIX and OPTION_PREFIX_STRIP. (long_options): Likewise. (show_line): Handle prefix and prefix_strip. (main): Handle OPTION_PREFIX and OPTION_PREFIX_STRIP. * readelf.c (PATH_MAX): Moved to ... * sysdep.h: Here.
Diffstat (limited to 'binutils/NEWS')
-rw-r--r--binutils/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS
index 60ea0cd..9b12f08 100644
--- a/binutils/NEWS
+++ b/binutils/NEWS
@@ -5,6 +5,9 @@
latter case the library is not linked if it is found in a DT_NEEDED
entry of one of the libraries already linked.
+* Added --prefix=PREFIX and --prefix-strip=LEVEL switches to objdump to
+add absolute paths for -S.
+
* Add new option --use-nul-prefixed-import-tables to dlltool to allow fall-
back to old import table generation with null element prefix.