projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ac2331
)
gdb: fix a whitespace issue in solib-rocm.c
author
Simon Marchi
<simon.marchi@efficios.com>
Wed, 1 Mar 2023 20:21:53 +0000
(15:21 -0500)
committer
Simon Marchi
<simon.marchi@efficios.com>
Wed, 1 Mar 2023 20:22:17 +0000
(15:22 -0500)
Change-Id: I9cd236eaf161fe3a1abf0d212efca47a7149e021
gdb/solib-rocm.c
patch
|
blob
|
history
diff --git
a/gdb/solib-rocm.c
b/gdb/solib-rocm.c
index 2b965acc790f5c2ae53940e5d3a07968560a95bf..00a1eb69fed4bc4d7153ccb3dcfa4af09d8ec90e 100644
(file)
--- a/
gdb/solib-rocm.c
+++ b/
gdb/solib-rocm.c
@@
-425,7
+425,7
@@
rocm_bfd_iovec_open (bfd *abfd, void *inferior_void)
if (errno != 0)
{
/* The actual message doesn't matter, the exception is caught
- below, transformed in a BFD error, and the message is lost. */
+ below, transformed in a BFD error, and the message is lost. */
error (_("Failed to parse integer."));
}