Magellan Linux

Contents of /trunk/gdb/patches/gdb-6.6-sim-superh-targets.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (show annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years ago) by niro
File size: 535 byte(s)
-import

1 http://bugs.gentoo.org/150963
2 http://sourceware.org/ml/gdb-patches/2007-01/msg00574.html
3
4 2007-01-28 Manuel Lauss <slauss@resi.at>
5
6 * configure.ac (sh64-*-*): Change to sh64*-*-*.
7 (sh-*-*): Change to sh*-*-*.
8 * configure: Regenerated.
9
10 --- gdb/sim/configure
11 +++ gdb/sim/configure
12 @@ -3510,7 +3510,7 @@
13 common=yes
14 igen=yes
15 ;;
16 - sh64-*-*)
17 + sh64*-*-*)
18
19
20 subdirs="$subdirs sh64"
21 @@ -3518,7 +3518,7 @@
22 testsuite=yes
23 common=yes
24 ;;
25 - sh-*-*)
26 + sh*-*-*)
27
28
29 subdirs="$subdirs sh"