source: patches/binutils-2.16.1-sparc_aout-1.patch@ e7a7a6f

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since e7a7a6f was 69cde8d, checked in by Jim Gifford <clfs@…>, 18 years ago

Added: All patches needed for the book.

  • Property mode set to 100644
File size: 951 bytes
RevLine 
[69cde8d]1Submitted By: Jim Gifford (patches at jg555 dot com)
2Date: 2005-11-08
3Initial Package Version: 2.16.1
4Origin: HJL - Binutils CVS
5Upstream Status: Applied
6Description: Allows Sparc aout to handle different sparc versions
7
8diff -Naur binutils-2.16.1.orig/bfd/aoutx.h binutils-2.16.1/bfd/aoutx.h
9--- binutils-2.16.1.orig/bfd/aoutx.h 2005-03-03 11:40:55.000000000 +0000
10+++ binutils-2.16.1/bfd/aoutx.h 2005-11-08 17:28:48.000000000 +0000
11@@ -733,7 +733,12 @@
12 || machine == bfd_mach_sparc
13 || machine == bfd_mach_sparc_sparclite
14 || machine == bfd_mach_sparc_sparclite_le
15- || machine == bfd_mach_sparc_v9)
16+ || machine == bfd_mach_sparc_v8plus
17+ || machine == bfd_mach_sparc_v8plusa
18+ || machine == bfd_mach_sparc_v8plusb
19+ || machine == bfd_mach_sparc_v9
20+ || machine == bfd_mach_sparc_v9a
21+ || machine == bfd_mach_sparc_v9b)
22 arch_flags = M_SPARC;
23 else if (machine == bfd_mach_sparc_sparclet)
24 arch_flags = M_SPARCLET;
Note: See TracBrowser for help on using the repository browser.