projects
/
slink.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bcba62
)
Refix link.c
author
Robert Pengelly
<robertapengelly@hotmail.com>
Mon, 9 Jun 2025 13:16:23 +0000
(14:16 +0100)
committer
Robert Pengelly
<robertapengelly@hotmail.com>
Mon, 9 Jun 2025 13:16:23 +0000
(14:16 +0100)
link.c
patch
|
blob
|
history
diff --git
a/link.c
b/link.c
index 3d72b051609ff88eb381f260fc9ccf6c8adffcc8..bd477f6f3433ec684d6063652c498e15f91a24f4 100644
(file)
--- a/
link.c
+++ b/
link.c
@@
-366,7
+366,7
@@
static void reloc_generic (struct section_part *part, struct reloc_entry *rel, s
if (symbol->section_number != ABSOLUTE_SECTION_NUMBER && !rel->n_ext) {
if (rel->n_type != 2 && symbol->n_type != 2) {
- report_at (program_name, 0, REPORT_ERROR, "%s:(%s+%#lu): segment relocation");
+ report_at (program_name, 0, REPORT_ERROR, "%s:(%s+%#lu): segment relocation"
, part->of->filename, part->section->name, offset
);
}
}