aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2014-12-06 16:35:18 +0100
committerEric Botcazou <ebotcazou@gcc.gnu.org>2014-12-06 16:35:18 +0100
commitd924db559be94e668253a272f70870c85aecc60e (patch)
treeedba5d6308cf015a64370790ef99ed31fe20cfbe /bfd/ChangeLog
parent1945cfa59de0a6093011891e1974ac2b6d25658f (diff)
downloadgdb-d924db559be94e668253a272f70870c85aecc60e.zip
gdb-d924db559be94e668253a272f70870c85aecc60e.tar.gz
gdb-d924db559be94e668253a272f70870c85aecc60e.tar.bz2
Add Visium support to bfd
bfd/ * config.bfd: Add Visium support. * configure.ac: Likewise. * configure: Regenerate. * Makefile.am (ALL_MACHINES): Add cpu-visium.lo. (ALL_MACHINES_CFILES): Add cpu-visium.c. (BFD32_BACKENDS): Add elf32-visium.lo. (BFD32_BACKENDS_CFILES): Add elf32-visium.c. * Makefile.in: Regenerate. * archures.c (DESCRIPTION): Add Visium support. (bfd_visium_arch): Declare. (bfd_archures_list): Add bfd_visium_arch. * reloc.c: Add Visium relocations. * targets.c (visium_elf32_vec): Declare. (_bfd_target_vector): Add visium_elf32_vec. * bfd-in2.h: Regenerate. * libbfd.h: Likewise. * cpu-visium.c: New file. * elf32-visium.c: Likewise. * po/SRC-POTFILES.in: Regenerate. include/elf/ * common.h (EM_VISIUM): Define. * visium.h: New file.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index d1c86da..ea30751 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,25 @@
+2014-12-06 Eric Botcazou <ebotcazou@adacore.com>
+
+ * config.bfd: Add Visium support.
+ * configure.ac: Likewise.
+ * configure: Regenerate.
+ * Makefile.am (ALL_MACHINES): Add cpu-visium.lo.
+ (ALL_MACHINES_CFILES): Add cpu-visium.c.
+ (BFD32_BACKENDS): Add elf32-visium.lo.
+ (BFD32_BACKENDS_CFILES): Add elf32-visium.c.
+ * Makefile.in: Regenerate.
+ * archures.c (DESCRIPTION): Add Visium support.
+ (bfd_visium_arch): Declare.
+ (bfd_archures_list): Add bfd_visium_arch.
+ * reloc.c: Add Visium relocations.
+ * targets.c (visium_elf32_vec): Declare.
+ (_bfd_target_vector): Add visium_elf32_vec.
+ * bfd-in2.h: Regenerate.
+ * libbfd.h: Likewise.
+ * cpu-visium.c: New file.
+ * elf32-visium.c: Likewise.
+ * po/SRC-POTFILES.in: Regenerate.
+
2014-12-05 Steve Ellcey <sellcey@mips.com>
* ecoff.c (_bfd_ecoff_slurp_symbol_table): Add cast.