forked from Imagelibrary/binutils-gdb
Minor rewording of message containing name of program that generated a
core file (core.c), permanently remove the register_addr() stub (elfread.c), move a misplaced #endif (procfs.c), and add fetch_core_registers func for core file support (procfs.c).
This commit is contained in:
@@ -155,7 +155,7 @@ core_open (filename, from_tty)
|
||||
|
||||
p = bfd_core_file_failing_command (core_bfd);
|
||||
if (p)
|
||||
printf ("Core file invoked as `%s'.\n", p);
|
||||
printf ("Core was generated by `%s'.\n", p);
|
||||
|
||||
siggy = bfd_core_file_failing_signal (core_bfd);
|
||||
if (siggy > 0)
|
||||
|
||||
Reference in New Issue
Block a user