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:
Fred Fish
1991-11-12 03:23:32 +00:00
parent 4807bcf9a3
commit fb18285098
4 changed files with 75 additions and 19 deletions

View File

@@ -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)