This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 5/5] BFD (S12Z): Remove ELF_TARGET_ID macro


	* elf32-s12z.c (ELF_TARGET_ID): Delete macro.
---
 bfd/ChangeLog    | 4 ++++
 bfd/elf32-s12z.c | 1 -
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index abe973f63d..89777ba366 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2018-07-24 John Darrington <john@darrington.wattle.id.au>
+
+	* elf32-s12z.c (ELF_TARGET_ID): delete macro.
+
 2018-07-23 John Darrington <john@darrington.wattle.id.au>
 
 	* libbfd.c (bfd_getb24): New function.
diff --git a/bfd/elf32-s12z.c b/bfd/elf32-s12z.c
index a5a6dc59c2..400555d026 100644
--- a/bfd/elf32-s12z.c
+++ b/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
 
-- 
2.17.0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]