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

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 69cde8d 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.