Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/binutils/dist/bfd Allow bfd_mach_arm4 machines...



details:   https://anonhg.NetBSD.org/src/rev/3cbc933ab20b
branches:  trunk
changeset: 790368:3cbc933ab20b
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Oct 04 18:08:02 2013 +0000

description:
Allow bfd_mach_arm4 machines to produce a.out binaries.
Perhaps we should just let every arm machine produce them?
Or we should use M_ARM6_NETBSD midmag for those?

diffstat:

 external/gpl3/binutils/dist/bfd/aoutx.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 6ab84cf9eb70 -r 3cbc933ab20b external/gpl3/binutils/dist/bfd/aoutx.h
--- a/external/gpl3/binutils/dist/bfd/aoutx.h   Fri Oct 04 17:53:19 2013 +0000
+++ b/external/gpl3/binutils/dist/bfd/aoutx.h   Fri Oct 04 18:08:02 2013 +0000
@@ -762,7 +762,7 @@
       break;
 
     case bfd_arch_arm:
-      if (machine == 0)
+      if (machine == 0 || machine == 5)
        arch_flags = M_ARM;
       break;
 



Home | Main Index | Thread Index | Old Index