mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 10:35:12 +08:00
* som.c (SOM_HOWTO): Define.
(som_hppa_howto_table): Use it.
This commit is contained in:
parent
07735828dd
commit
36e89602d2
@ -1,3 +1,8 @@
|
|||||||
|
Fri Feb 25 18:39:26 2000 Rodney Brown (RodneyBrown@pmsc.com)
|
||||||
|
|
||||||
|
* som.c (SOM_HOWTO): Define.
|
||||||
|
(som_hppa_howto_table): Use it.
|
||||||
|
|
||||||
2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
|
2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
|
||||||
|
|
||||||
* config.bfd: Enable 64 bit support for GNU/Linux/sparc.
|
* config.bfd: Enable 64 bit support for GNU/Linux/sparc.
|
||||||
|
@ -784,6 +784,9 @@ static const int comp3_opcodes[] =
|
|||||||
#define R_COMMENT 0xdd
|
#define R_COMMENT 0xdd
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define SOM_HOWTO(TYPE, NAME) \
|
||||||
|
HOWTO(TYPE, 0, 0, 32, false, 0, 0, hppa_som_reloc, NAME, false, 0, 0, false)
|
||||||
|
|
||||||
static reloc_howto_type som_hppa_howto_table[] =
|
static reloc_howto_type som_hppa_howto_table[] =
|
||||||
{
|
{
|
||||||
{R_NO_RELOCATION, 0, 0, 32, false, 0, 0, hppa_som_reloc, "R_NO_RELOCATION"},
|
{R_NO_RELOCATION, 0, 0, 32, false, 0, 0, hppa_som_reloc, "R_NO_RELOCATION"},
|
||||||
|
Loading…
Reference in New Issue
Block a user