1993-01-08 21:11:21 +00:00
|
|
|
/* BFD back-end for Zilog Z800n COFF binaries.
|
|
|
|
Copyright 1992 Free Software Foundation, Inc.
|
|
|
|
Contributed by Cygnus Support.
|
|
|
|
Written by Steve Chamberlain, <sac@cygnus.com>.
|
1992-09-25 18:14:29 +00:00
|
|
|
|
|
|
|
This file is part of BFD, the Binary File Descriptor library.
|
|
|
|
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation; either version 2 of the License, or
|
|
|
|
(at your option) any later version.
|
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with this program; if not, write to the Free Software
|
|
|
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|
|
|
|
|
|
|
#include "bfd.h"
|
|
|
|
#include "sysdep.h"
|
|
|
|
#include "libbfd.h"
|
|
|
|
#include "obstack.h"
|
|
|
|
#include "coff/z8k.h"
|
|
|
|
#include "coff/internal.h"
|
|
|
|
#include "libcoff.h"
|
|
|
|
#include "seclet.h"
|
Some of these are guesses, if you know different, just yell.
Thu Oct 8 08:52:48 1992 Steve Chamberlain (sac@thepub.cygnus.com)
Now a bfd knows whether underscores are normally prepended
to symbols in its file format. Helps with error messages.
* aout-adobe.c, aout-target.h, bout.c, coff-a29k.c, coff-h8300.c,
coff-z8k.c: targets set so they have leading underscore
* coff-i386.c, coff-i960.c, coff-m68k.c, coff-mips.c, coff-m88k.c,
coff-rs6000.c, coff-we32k.c, elf.c, ieee.c, srec.c: targets set
without leading underscore flag
* targets.c: add symbol leading char to xvec description
* bfd-in.h (bfd_get_symbol_leading_char): new macro.
1992-10-08 16:02:09 +00:00
|
|
|
|
1992-09-25 18:14:29 +00:00
|
|
|
extern bfd_error_vector_type bfd_error_vector;
|
Some of these are guesses, if you know different, just yell.
Thu Oct 8 08:52:48 1992 Steve Chamberlain (sac@thepub.cygnus.com)
Now a bfd knows whether underscores are normally prepended
to symbols in its file format. Helps with error messages.
* aout-adobe.c, aout-target.h, bout.c, coff-a29k.c, coff-h8300.c,
coff-z8k.c: targets set so they have leading underscore
* coff-i386.c, coff-i960.c, coff-m68k.c, coff-mips.c, coff-m88k.c,
coff-rs6000.c, coff-we32k.c, elf.c, ieee.c, srec.c: targets set
without leading underscore flag
* targets.c: add symbol leading char to xvec description
* bfd-in.h (bfd_get_symbol_leading_char): new macro.
1992-10-08 16:02:09 +00:00
|
|
|
|
|
|
|
/* Dummy for now */
|
|
|
|
static bfd_reloc_status_type
|
1993-01-08 21:11:21 +00:00
|
|
|
DEFUN (func_da, (abfd, reloc_entry, symbol, data, input_section, output_bfd),
|
|
|
|
bfd * abfd AND
|
|
|
|
arelent * reloc_entry AND
|
|
|
|
struct symbol_cache_entry *symbol AND
|
|
|
|
PTR data AND
|
|
|
|
asection * input_section AND
|
|
|
|
bfd * output_bfd)
|
Some of these are guesses, if you know different, just yell.
Thu Oct 8 08:52:48 1992 Steve Chamberlain (sac@thepub.cygnus.com)
Now a bfd knows whether underscores are normally prepended
to symbols in its file format. Helps with error messages.
* aout-adobe.c, aout-target.h, bout.c, coff-a29k.c, coff-h8300.c,
coff-z8k.c: targets set so they have leading underscore
* coff-i386.c, coff-i960.c, coff-m68k.c, coff-mips.c, coff-m88k.c,
coff-rs6000.c, coff-we32k.c, elf.c, ieee.c, srec.c: targets set
without leading underscore flag
* targets.c: add symbol leading char to xvec description
* bfd-in.h (bfd_get_symbol_leading_char): new macro.
1992-10-08 16:02:09 +00:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Dummy for now */
|
|
|
|
static bfd_reloc_status_type
|
1993-01-08 21:11:21 +00:00
|
|
|
DEFUN (func_imm8, (abfd, reloc_entry, symbol, data, input_section, output_bfd),
|
|
|
|
bfd * abfd AND
|
|
|
|
arelent * reloc_entry AND
|
|
|
|
struct symbol_cache_entry *symbol AND
|
|
|
|
PTR data AND
|
|
|
|
asection * input_section AND
|
|
|
|
bfd * output_bfd)
|
Some of these are guesses, if you know different, just yell.
Thu Oct 8 08:52:48 1992 Steve Chamberlain (sac@thepub.cygnus.com)
Now a bfd knows whether underscores are normally prepended
to symbols in its file format. Helps with error messages.
* aout-adobe.c, aout-target.h, bout.c, coff-a29k.c, coff-h8300.c,
coff-z8k.c: targets set so they have leading underscore
* coff-i386.c, coff-i960.c, coff-m68k.c, coff-mips.c, coff-m88k.c,
coff-rs6000.c, coff-we32k.c, elf.c, ieee.c, srec.c: targets set
without leading underscore flag
* targets.c: add symbol leading char to xvec description
* bfd-in.h (bfd_get_symbol_leading_char): new macro.
1992-10-08 16:02:09 +00:00
|
|
|
{
|
|
|
|
}
|
1992-09-25 18:14:29 +00:00
|
|
|
|
1993-01-08 21:11:21 +00:00
|
|
|
/* Dummy for now */
|
|
|
|
static bfd_reloc_status_type
|
|
|
|
DEFUN (func_jr, (abfd, reloc_entry, symbol, data, input_section, output_bfd),
|
|
|
|
bfd * abfd AND
|
|
|
|
arelent * reloc_entry AND
|
|
|
|
struct symbol_cache_entry *symbol AND
|
|
|
|
PTR data AND
|
|
|
|
asection * input_section AND
|
|
|
|
bfd * output_bfd)
|
|
|
|
{
|
|
|
|
}
|
1992-09-25 18:14:29 +00:00
|
|
|
|
|
|
|
|
1993-01-08 21:11:21 +00:00
|
|
|
static reloc_howto_type r_imm32 =
|
|
|
|
HOWTO (R_IMM32, 0, 1, 32, false, 0, true,
|
|
|
|
true, func_jr, "r_imm32", true, 0xffffffff, 0xffffffff, false);
|
1992-09-25 18:14:29 +00:00
|
|
|
|
1993-01-08 21:11:21 +00:00
|
|
|
static reloc_howto_type r_imm4l =
|
|
|
|
HOWTO (R_IMM4L, 0, 1, 4, false, 0, true,
|
|
|
|
true, func_jr, "r_imm4l", true, 0xf, 0xf, false);
|
1992-09-25 18:14:29 +00:00
|
|
|
|
1993-01-08 21:11:21 +00:00
|
|
|
static reloc_howto_type r_da =
|
|
|
|
HOWTO (R_DA, 0, 1, 16, false, 0, true,
|
|
|
|
true, func_da, "r_da", true, 0x0000ffff, 0x0000ffff, false);
|
|
|
|
|
|
|
|
static reloc_howto_type r_imm8 =
|
|
|
|
HOWTO (R_IMM8, 0, 1, 8, false, 0, true,
|
|
|
|
true, func_imm8, "r_imm8", true, 0x000000ff, 0x000000ff, false);
|
1992-09-25 18:14:29 +00:00
|
|
|
|
1993-01-08 21:11:21 +00:00
|
|
|
static reloc_howto_type r_jr =
|
|
|
|
HOWTO (R_JR, 0, 1, 8, true, 0, true, true, func_jr, "r_jr", true, 0, 0, true);
|
1992-09-25 18:14:29 +00:00
|
|
|
|
|
|
|
/* Turn a howto into a reloc number */
|
|
|
|
|
1993-01-08 21:11:21 +00:00
|
|
|
static int
|
|
|
|
coff_z8k_select_reloc (howto)
|
|
|
|
reloc_howto_type *howto;
|
1992-09-25 18:14:29 +00:00
|
|
|
{
|
1993-01-08 21:11:21 +00:00
|
|
|
return howto->type;
|
1992-09-25 18:14:29 +00:00
|
|
|
}
|
1993-01-08 21:11:21 +00:00
|
|
|
|
1992-09-25 18:14:29 +00:00
|
|
|
#define SELECT_RELOC(x,howto) x= coff_z8k_select_reloc(howto)
|
|
|
|
|
|
|
|
|
|
|
|
#define BADMAG(x) Z8KBADMAG(x)
|
1993-01-08 21:11:21 +00:00
|
|
|
#define Z8K 1 /* Customize coffcode.h */
|
1992-09-25 18:14:29 +00:00
|
|
|
#define __A_MAGIC_SET__
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Code to swap in the reloc */
|
|
|
|
#define SWAP_IN_RELOC_OFFSET bfd_h_get_32
|
|
|
|
#define SWAP_OUT_RELOC_OFFSET bfd_h_put_32
|
|
|
|
#define SWAP_OUT_RELOC_EXTRA(abfd, src, dst) \
|
|
|
|
dst->r_stuff[0] = 'S'; \
|
1993-01-08 21:11:21 +00:00
|
|
|
dst->r_stuff[1] = 'C';
|
1992-09-25 18:14:29 +00:00
|
|
|
|
|
|
|
/* Code to turn a r_type into a howto ptr, uses the above howto table
|
|
|
|
*/
|
|
|
|
|
1993-01-08 21:11:21 +00:00
|
|
|
static void
|
|
|
|
DEFUN (rtype2howto, (internal, dst),
|
|
|
|
arelent * internal AND
|
|
|
|
struct internal_reloc *dst)
|
1992-09-25 18:14:29 +00:00
|
|
|
{
|
1993-01-08 21:11:21 +00:00
|
|
|
switch (dst->r_type)
|
|
|
|
{
|
|
|
|
default:
|
|
|
|
printf ("BAD %x\n", dst->r_type);
|
|
|
|
case R_IMM8:
|
|
|
|
internal->howto = &r_imm8;
|
|
|
|
break;
|
|
|
|
case R_DA:
|
|
|
|
internal->howto = &r_da;
|
|
|
|
break;
|
|
|
|
case R_JR:
|
|
|
|
internal->howto = &r_jr;
|
|
|
|
break;
|
|
|
|
case R_IMM32:
|
|
|
|
internal->howto = &r_imm32;
|
|
|
|
break;
|
|
|
|
case R_IMM4L:
|
|
|
|
internal->howto = &r_imm4l;
|
|
|
|
break;
|
1992-09-25 18:14:29 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#define RTYPE2HOWTO(internal, relocentry) rtype2howto(internal,relocentry)
|
|
|
|
|
|
|
|
|
|
|
|
/* Perform any necessaru magic to the addend in a reloc entry */
|
|
|
|
|
|
|
|
|
|
|
|
#define CALC_ADDEND(abfd, symbol, ext_reloc, cache_ptr) \
|
|
|
|
cache_ptr->addend = ext_reloc.r_offset;
|
|
|
|
|
1993-01-08 21:11:21 +00:00
|
|
|
|
1992-09-25 18:14:29 +00:00
|
|
|
#define RELOC_PROCESSING(relent,reloc,symbols,abfd,section) \
|
|
|
|
reloc_processing(relent, reloc, symbols, abfd, section)
|
|
|
|
|
1993-01-08 21:11:21 +00:00
|
|
|
static void
|
|
|
|
DEFUN (reloc_processing, (relent, reloc, symbols, abfd, section),
|
|
|
|
arelent * relent AND
|
|
|
|
struct internal_reloc *reloc AND
|
|
|
|
asymbol ** symbols AND
|
|
|
|
bfd * abfd AND
|
|
|
|
asection * section)
|
1992-09-25 18:14:29 +00:00
|
|
|
{
|
1993-01-08 21:11:21 +00:00
|
|
|
relent->address = reloc->r_vaddr;
|
|
|
|
rtype2howto (relent, reloc);
|
|
|
|
|
|
|
|
if (reloc->r_symndx > 0)
|
|
|
|
{
|
|
|
|
relent->sym_ptr_ptr = symbols + obj_convert (abfd)[reloc->r_symndx];
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
relent->sym_ptr_ptr = &(bfd_abs_symbol);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
1992-09-25 18:14:29 +00:00
|
|
|
relent->addend = reloc->r_offset;
|
1993-01-08 21:11:21 +00:00
|
|
|
relent->address -= section->vma;
|
1992-09-25 18:14:29 +00:00
|
|
|
}
|
|
|
|
|
1992-10-15 09:44:59 +00:00
|
|
|
static void
|
1993-01-08 21:11:21 +00:00
|
|
|
extra_case (in_abfd, seclet, reloc, data, src_ptr, dst_ptr)
|
1992-10-15 09:44:59 +00:00
|
|
|
bfd *in_abfd;
|
|
|
|
bfd_seclet_type *seclet;
|
|
|
|
arelent *reloc;
|
|
|
|
bfd_byte *data;
|
|
|
|
unsigned int *src_ptr;
|
|
|
|
unsigned int *dst_ptr;
|
1992-09-25 18:14:29 +00:00
|
|
|
{
|
1993-01-08 21:11:21 +00:00
|
|
|
switch (reloc->howto->type)
|
|
|
|
{
|
|
|
|
case R_IMM8:
|
|
|
|
bfd_put_8 (in_abfd, bfd_coff_reloc16_get_value (reloc, seclet),
|
|
|
|
data + *dst_ptr);
|
|
|
|
(*dst_ptr) += 1;
|
|
|
|
(*src_ptr) += 1;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case R_IMM32:
|
|
|
|
bfd_put_32 (in_abfd, bfd_coff_reloc16_get_value (reloc, seclet),
|
|
|
|
data + *dst_ptr);
|
|
|
|
(*dst_ptr) += 4;
|
|
|
|
(*src_ptr) += 4;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case R_IMM4L:
|
|
|
|
bfd_put_8 (in_abfd,
|
|
|
|
(bfd_get_8 (in_abfd, data + *dst_ptr) & 0xf0)
|
|
|
|
| (0x0f & bfd_coff_reloc16_get_value (reloc, seclet)),
|
|
|
|
data + *dst_ptr);
|
|
|
|
(*dst_ptr) += 1;
|
|
|
|
(*src_ptr) += 1;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case R_DA:
|
|
|
|
bfd_put_16 (in_abfd, bfd_coff_reloc16_get_value (reloc, seclet),
|
|
|
|
data + *dst_ptr);
|
|
|
|
(*dst_ptr) += 2;
|
|
|
|
(*src_ptr) += 2;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case R_JR:
|
|
|
|
{
|
|
|
|
bfd_vma dst = bfd_coff_reloc16_get_value (reloc, seclet);
|
|
|
|
bfd_vma dot = seclet->offset
|
|
|
|
+ *dst_ptr
|
|
|
|
+ seclet->u.indirect.section->output_section->vma;
|
|
|
|
int gap = dst - dot - 1;/* -1 since were in the odd byte of the
|
|
|
|
word and the pc's been incremented */
|
|
|
|
|
|
|
|
if (gap & 1)
|
|
|
|
abort ();
|
|
|
|
gap /= 2;
|
|
|
|
if (gap > 128 || gap < -128)
|
|
|
|
{
|
|
|
|
bfd_error_vector.reloc_value_truncated (reloc, seclet);
|
|
|
|
}
|
|
|
|
bfd_put_8 (in_abfd, gap, data + *dst_ptr);
|
|
|
|
(*dst_ptr)++;
|
|
|
|
(*src_ptr)++;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
default:
|
|
|
|
abort ();
|
|
|
|
}
|
1992-09-25 18:14:29 +00:00
|
|
|
}
|
|
|
|
|
1993-01-08 21:11:21 +00:00
|
|
|
#define coff_reloc16_extra_cases extra_case
|
1992-09-25 18:14:29 +00:00
|
|
|
|
|
|
|
#include "coffcode.h"
|
|
|
|
|
|
|
|
|
1993-01-08 21:11:21 +00:00
|
|
|
#undef coff_bfd_get_relocated_section_contents
|
1992-09-25 18:14:29 +00:00
|
|
|
#undef coff_bfd_relax_section
|
1993-01-08 21:11:21 +00:00
|
|
|
#define coff_bfd_get_relocated_section_contents bfd_coff_reloc16_get_relocated_section_contents
|
|
|
|
#define coff_bfd_relax_section bfd_coff_reloc16_relax_section
|
1992-09-25 18:14:29 +00:00
|
|
|
|
|
|
|
bfd_target z8kcoff_vec =
|
|
|
|
{
|
Some of these are guesses, if you know different, just yell.
Thu Oct 8 08:52:48 1992 Steve Chamberlain (sac@thepub.cygnus.com)
Now a bfd knows whether underscores are normally prepended
to symbols in its file format. Helps with error messages.
* aout-adobe.c, aout-target.h, bout.c, coff-a29k.c, coff-h8300.c,
coff-z8k.c: targets set so they have leading underscore
* coff-i386.c, coff-i960.c, coff-m68k.c, coff-mips.c, coff-m88k.c,
coff-rs6000.c, coff-we32k.c, elf.c, ieee.c, srec.c: targets set
without leading underscore flag
* targets.c: add symbol leading char to xvec description
* bfd-in.h (bfd_get_symbol_leading_char): new macro.
1992-10-08 16:02:09 +00:00
|
|
|
"coff-z8k", /* name */
|
1992-09-25 18:14:29 +00:00
|
|
|
bfd_target_coff_flavour,
|
|
|
|
true, /* data byte order is big */
|
|
|
|
true, /* header byte order is big */
|
|
|
|
|
|
|
|
(HAS_RELOC | EXEC_P | /* object flags */
|
|
|
|
HAS_LINENO | HAS_DEBUG |
|
|
|
|
HAS_SYMS | HAS_LOCALS | DYNAMIC | WP_TEXT),
|
|
|
|
|
1993-01-08 21:11:21 +00:00
|
|
|
(SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC), /* section flags */
|
Some of these are guesses, if you know different, just yell.
Thu Oct 8 08:52:48 1992 Steve Chamberlain (sac@thepub.cygnus.com)
Now a bfd knows whether underscores are normally prepended
to symbols in its file format. Helps with error messages.
* aout-adobe.c, aout-target.h, bout.c, coff-a29k.c, coff-h8300.c,
coff-z8k.c: targets set so they have leading underscore
* coff-i386.c, coff-i960.c, coff-m68k.c, coff-mips.c, coff-m88k.c,
coff-rs6000.c, coff-we32k.c, elf.c, ieee.c, srec.c: targets set
without leading underscore flag
* targets.c: add symbol leading char to xvec description
* bfd-in.h (bfd_get_symbol_leading_char): new macro.
1992-10-08 16:02:09 +00:00
|
|
|
'_', /* leading symbol underscore */
|
1992-09-25 18:14:29 +00:00
|
|
|
'/', /* ar_pad_char */
|
|
|
|
15, /* ar_max_namelen */
|
|
|
|
1, /* minimum section alignment */
|
1993-01-08 21:11:21 +00:00
|
|
|
_do_getb64, _do_putb64, _do_getb32, _do_putb32, _do_getb16, _do_putb16, /* data */
|
|
|
|
_do_getb64, _do_putb64, _do_getb32, _do_putb32, _do_getb16, _do_putb16, /* hdrs */
|
Some of these are guesses, if you know different, just yell.
Thu Oct 8 08:52:48 1992 Steve Chamberlain (sac@thepub.cygnus.com)
Now a bfd knows whether underscores are normally prepended
to symbols in its file format. Helps with error messages.
* aout-adobe.c, aout-target.h, bout.c, coff-a29k.c, coff-h8300.c,
coff-z8k.c: targets set so they have leading underscore
* coff-i386.c, coff-i960.c, coff-m68k.c, coff-mips.c, coff-m88k.c,
coff-rs6000.c, coff-we32k.c, elf.c, ieee.c, srec.c: targets set
without leading underscore flag
* targets.c: add symbol leading char to xvec description
* bfd-in.h (bfd_get_symbol_leading_char): new macro.
1992-10-08 16:02:09 +00:00
|
|
|
|
1993-01-08 21:11:21 +00:00
|
|
|
{_bfd_dummy_target, coff_object_p, /* bfd_check_format */
|
Some of these are guesses, if you know different, just yell.
Thu Oct 8 08:52:48 1992 Steve Chamberlain (sac@thepub.cygnus.com)
Now a bfd knows whether underscores are normally prepended
to symbols in its file format. Helps with error messages.
* aout-adobe.c, aout-target.h, bout.c, coff-a29k.c, coff-h8300.c,
coff-z8k.c: targets set so they have leading underscore
* coff-i386.c, coff-i960.c, coff-m68k.c, coff-mips.c, coff-m88k.c,
coff-rs6000.c, coff-we32k.c, elf.c, ieee.c, srec.c: targets set
without leading underscore flag
* targets.c: add symbol leading char to xvec description
* bfd-in.h (bfd_get_symbol_leading_char): new macro.
1992-10-08 16:02:09 +00:00
|
|
|
bfd_generic_archive_p, _bfd_dummy_target},
|
1993-01-08 21:11:21 +00:00
|
|
|
{bfd_false, coff_mkobject, _bfd_generic_mkarchive, /* bfd_set_format */
|
Some of these are guesses, if you know different, just yell.
Thu Oct 8 08:52:48 1992 Steve Chamberlain (sac@thepub.cygnus.com)
Now a bfd knows whether underscores are normally prepended
to symbols in its file format. Helps with error messages.
* aout-adobe.c, aout-target.h, bout.c, coff-a29k.c, coff-h8300.c,
coff-z8k.c: targets set so they have leading underscore
* coff-i386.c, coff-i960.c, coff-m68k.c, coff-mips.c, coff-m88k.c,
coff-rs6000.c, coff-we32k.c, elf.c, ieee.c, srec.c: targets set
without leading underscore flag
* targets.c: add symbol leading char to xvec description
* bfd-in.h (bfd_get_symbol_leading_char): new macro.
1992-10-08 16:02:09 +00:00
|
|
|
bfd_false},
|
1993-01-08 21:11:21 +00:00
|
|
|
{bfd_false, coff_write_object_contents, /* bfd_write_contents */
|
Some of these are guesses, if you know different, just yell.
Thu Oct 8 08:52:48 1992 Steve Chamberlain (sac@thepub.cygnus.com)
Now a bfd knows whether underscores are normally prepended
to symbols in its file format. Helps with error messages.
* aout-adobe.c, aout-target.h, bout.c, coff-a29k.c, coff-h8300.c,
coff-z8k.c: targets set so they have leading underscore
* coff-i386.c, coff-i960.c, coff-m68k.c, coff-mips.c, coff-m88k.c,
coff-rs6000.c, coff-we32k.c, elf.c, ieee.c, srec.c: targets set
without leading underscore flag
* targets.c: add symbol leading char to xvec description
* bfd-in.h (bfd_get_symbol_leading_char): new macro.
1992-10-08 16:02:09 +00:00
|
|
|
_bfd_write_archive_contents, bfd_false},
|
|
|
|
|
1993-01-08 21:11:21 +00:00
|
|
|
JUMP_TABLE (coff),
|
|
|
|
0, 0,
|
|
|
|
COFF_SWAP_TABLE,
|
|
|
|
};
|