src/binutils ChangeLog NEWS objdump.c readelf. ...

hjl@sourceware.org hjl@sourceware.org
Tue Feb 3 15:48:00 GMT 2009


CVSROOT:	/cvs/src
Module name:	src
Changes by:	hjl@sourceware.org	2009-02-03 15:48:50

Modified files:
	binutils       : ChangeLog NEWS objdump.c readelf.c sysdep.h 
	binutils/doc   : binutils.texi 

Log message:
	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.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.1418&r2=1.1419
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/NEWS.diff?cvsroot=src&r1=1.75&r2=1.76
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/objdump.c.diff?cvsroot=src&r1=1.152&r2=1.153
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/readelf.c.diff?cvsroot=src&r1=1.434&r2=1.435
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/sysdep.h.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/doc/binutils.texi.diff?cvsroot=src&r1=1.138&r2=1.139



More information about the Binutils-cvs mailing list