2
0
mirror of https://github.com/bebbo/amigaos-binutils-2.14.git synced 2025-12-08 19:18:25 +00:00

removed reference to ld stuff

This commit is contained in:
bebbo
2018-01-19 11:44:41 +01:00
parent e0a36d46fa
commit 865eab8d8c

View File

@ -131,7 +131,6 @@ enum { ADDEND_UNSIGNED=0x01, RELOC_SIGNED=0x02};
int relocation;
extern bfd_boolean trace_file_tries;
extern reloc_howto_type howto_table[10];
struct rel_chain {
@ -269,9 +268,9 @@ get_relocated_section_contents (
DPRINT(10, ("%s %d, ", src->symbol->name, dist));
if (trace_file_tries)
info_msg (_("using long jump from %s to %s:%s\n"), s->owner->filename,
printf("INFO: using long jump from %s to %s:%s\n", s->owner->filename,
src->symbol->section->owner->filename, src->symbol->name);
fflush(stdout);
// check last generated jumps
if (rel_jumps)