2001-01-21 Kazu Hirata <kazu@hxi.com>
* coff-a29k.c: Fix formatting.
This commit is contained in:
parent
7d76bd60cf
commit
2a38f751b6
@ -1,3 +1,7 @@
|
|||||||
|
2001-01-21 Kazu Hirata <kazu@hxi.com>
|
||||||
|
|
||||||
|
* coff-a29k.c: Fix formatting.
|
||||||
|
|
||||||
2001-01-19 H.J. Lu <hjl@gnu.org>
|
2001-01-19 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
* elf32-i386.c (elf_i386_check_relocs): Report files with bad
|
* elf32-i386.c (elf_i386_check_relocs): Report files with bad
|
||||||
|
@ -97,7 +97,8 @@ a29k_reloc (abfd, reloc_entry, symbol_in, data, input_section, output_bfd,
|
|||||||
|
|
||||||
r_type = reloc_entry->howto->type;
|
r_type = reloc_entry->howto->type;
|
||||||
|
|
||||||
if (output_bfd) {
|
if (output_bfd)
|
||||||
|
{
|
||||||
/* Partial linking - do nothing */
|
/* Partial linking - do nothing */
|
||||||
reloc_entry->address += input_section->output_offset;
|
reloc_entry->address += input_section->output_offset;
|
||||||
return bfd_reloc_ok;
|
return bfd_reloc_ok;
|
||||||
@ -177,7 +178,8 @@ a29k_reloc (abfd, reloc_entry, symbol_in, data, input_section, output_bfd,
|
|||||||
insn = bfd_get_32 (abfd, hit_data);
|
insn = bfd_get_32 (abfd, hit_data);
|
||||||
/* consth, part 2
|
/* consth, part 2
|
||||||
Now relocate the reference */
|
Now relocate the reference */
|
||||||
if (part1_consth_active == false) {
|
if (part1_consth_active == false)
|
||||||
|
{
|
||||||
*error_message = (char *) _("Missing IHIHALF");
|
*error_message = (char *) _("Missing IHIHALF");
|
||||||
return(bfd_reloc_dangerous);
|
return(bfd_reloc_dangerous);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user