projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
597344c
)
elf32-tic6x.c: Define the default elf32_bed to elf32_tic6x_bed
author
H.J. Lu
<hjl.tools@gmail.com>
Sun, 7 Jun 2020 21:53:58 +0000
(14:53 -0700)
committer
H.J. Lu
<hjl.tools@gmail.com>
Sun, 7 Jun 2020 21:53:58 +0000
(14:53 -0700)
Get
00000000000007c0
d elf32_tic6x_bed
0000000000000000
d elf32_tic6x_elf_bed
00000000000003e0
d elf32_tic6x_linux_bed
instead of
00000000000007c0
d elf32_bed
0000000000000000
d elf32_tic6x_elf_bed
00000000000003e0
d elf32_tic6x_linux_bed
* elf32-tic6x.c (elf32_bed): Defined the default to
elf32_tic6x_bed.
bfd/ChangeLog
patch
|
blob
|
history
bfd/elf32-tic6x.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 0506a2971dbc62bc02adf75f361c375e469e3867..79a0f7aa6994d5a654e3fa9cc36cee166b37f99a 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,3
+1,8
@@
+2020-06-07 H.J. Lu <hongjiu.lu@intel.com>
+
+ * elf32-tic6x.c (elf32_bed): Defined the default to
+ elf32_tic6x_bed.
+
2020-06-07 H.J. Lu <hongjiu.lu@intel.com>
* elf64-hppa.c (elf64_hppa_link_hash_table): Remove plt_sec and
diff --git
a/bfd/elf32-tic6x.c
b/bfd/elf32-tic6x.c
index d1ba4c2a93f12979e6216b0a0c37adb3d63c0b02..1de4a57d5f2bb894b98dd03b83caefb5e3581516 100644
(file)
--- a/
bfd/elf32-tic6x.c
+++ b/
bfd/elf32-tic6x.c
@@
-4254,6
+4254,8
@@
elf32_tic6x_write_section (bfd *output_bfd,
return TRUE;
}
+#define elf32_bed elf32_tic6x_bed
+
#define TARGET_LITTLE_SYM tic6x_elf32_le_vec
#define TARGET_LITTLE_NAME "elf32-tic6x-le"
#define TARGET_BIG_SYM tic6x_elf32_be_vec