aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1995-07-20 17:56:18 +0000
committerKen Raeburn <raeburn@cygnus>1995-07-20 17:56:18 +0000
commitdfdcff13c0df6370c4432d7230e4d63c8950484f (patch)
treeced324e0dc76c3ef9c8690d6d5b1f833d9be5267 /bfd
parent8c72d4fcf698773eda7b93a5200b8a67a45321a4 (diff)
downloadgdb-dfdcff13c0df6370c4432d7230e4d63c8950484f.zip
gdb-dfdcff13c0df6370c4432d7230e4d63c8950484f.tar.gz
gdb-dfdcff13c0df6370c4432d7230e4d63c8950484f.tar.bz2
* targets.c (bfd_target_vector): Since armpe and armpei have been split into
big- and little-endian variants, list all of them, instead of the now-nonexistant armpe[i]_vec.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index ba792ab..e2df00c 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+Thu Jul 20 13:41:21 1995 Ken Raeburn <raeburn@cygnus.com>
+
+ * targets.c (bfd_target_vector): Since armpe and armpei have been
+ split into big- and little-endian variants, list all of them,
+ instead of the now-nonexistant armpe[i]_vec.
+
Thu Jul 20 00:06:39 1995 Ian Lance Taylor <ian@cygnus.com>
* elf.c (bfd_section_from_phdr): Set lma based on p_paddr.