mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
rs6000-nat.c:rs6000_core_ldinfo: Remove \n at end of error message.
gdb/ChangeLog: * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of error message (ARI fix).
This commit is contained in:
parent
8c56e11254
commit
2f565103af
@ -728,7 +728,7 @@ rs6000_core_ldinfo (bfd *abfd)
|
||||
|
||||
ldinfo_sec = bfd_get_section_by_name (abfd, ".ldinfo");
|
||||
if (ldinfo_sec == NULL)
|
||||
error (_("cannot find .ldinfo section from core file: %s\n"),
|
||||
error (_("cannot find .ldinfo section from core file: %s"),
|
||||
bfd_errmsg (bfd_get_error ()));
|
||||
ldinfo_size = bfd_get_section_size (ldinfo_sec);
|
||||
|
||||
@ -737,7 +737,7 @@ rs6000_core_ldinfo (bfd *abfd)
|
||||
|
||||
if (! bfd_get_section_contents (abfd, ldinfo_sec,
|
||||
ldinfo_buf, 0, ldinfo_size))
|
||||
error (_("unable to read .ldinfo section from core file: %s\n"),
|
||||
error (_("unable to read .ldinfo section from core file: %s"),
|
||||
bfd_errmsg (bfd_get_error ()));
|
||||
|
||||
discard_cleanups (cleanup);
|
||||
|
Loading…
Reference in New Issue
Block a user