Browse Source

S12Z: Remove ELF_TARGET_ID macro

* elf32-s12z.c (ELF_TARGET_ID): Don't define.
users/ahayward/variable_sve
John Darrington 8 years ago
committed by Alan Modra
parent
commit
469d3b57ce
  1. 4
      bfd/ChangeLog
  2. 1
      bfd/elf32-s12z.c

4
bfd/ChangeLog

@ -1,3 +1,7 @@
2018-07-27 John Darrington <john@darrington.wattle.id.au>
* elf32-s12z.c (ELF_TARGET_ID): Don't define.
2018-07-27 John Darrington <john@darrington.wattle.id.au>
* libbfd.c (bfd_getb24, bfd_getl24): New functions.

1
bfd/elf32-s12z.c

@ -254,7 +254,6 @@ s12z_elf_set_mach_from_flags (bfd *abfd)
}
#define ELF_ARCH bfd_arch_s12z
#define ELF_TARGET_ID 0
#define ELF_MACHINE_CODE EM_S12Z
#define ELF_MAXPAGESIZE 0x1000

Loading…
Cancel
Save