This is the mail archive of the gdb-testers@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Convert 'L' to 'l' when setting wide_width to 1


*** TEST RESULTS FOR COMMIT a0b7b105236d5bc65e8d3a35f1b4f34bcc5e3705 ***

Author: H.J. Lu <hjl.tools@gmail.com>
Branch: master
Commit: a0b7b105236d5bc65e8d3a35f1b4f34bcc5e3705

Convert 'L' to 'l' when setting wide_width to 1

When setting wide_width to 1, convert 'L' to 'l'.  Otherwise, %Lx/%Lu/%Ld
will be passed to fprintf which will treat the argument as long long.

	* bfd.c (_doprnt): Convert 'L' to 'l' when setting wide_width
	to 1.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]