[Bug gas/4657] .req does no allo upper case letter for register name

2007-07-16 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2007-07-16 10:04 --- Fixed in release 2.17 -- What|Removed |Added Status|NEW |RESOLV

[Bug binutils/4797] New: SEGV fault due to NULL pointer deref in dwarf2.c

2007-07-16 Thread dougkwan at google dot com
nm -l crashes because of a NULL pointer deref in dwarf2.c. functionname_ptr can be NULL and there are tests in the logic of the function find_line to deal with that case. Yet, in line 2383 of current top, functionname_ptr is dereference without check for NULL. The fix is to check for NULL before u

[Bug binutils/4797] SEGV fault due to NULL pointer deref in dwarf2.c

2007-07-16 Thread dougkwan at google dot com
--- Additional Comments From dougkwan at google dot com 2007-07-16 23:38 --- Created an attachment (id=1918) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1918&action=view) Proposed fix for SEGV problem in dwarf2.c Tested this patch in i686-linux-gnu. Looked okay. -- http: