~ubuntu-branches/ubuntu/utopic/gcc-snapshot/utopic

« back to all changes in this revision

Viewing changes to debian/patches/alpha-no-ev4-directive.diff

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-03-16 11:51:23 UTC
  • mfrom: (1.20.12) (135.1.28 sid)
  • Revision ID: package-import@ubuntu.com-20130316115123-dx5p4m1yvaewhs31
Tags: 20130316-1ubuntu1
Snapshot, taken from the trunk (20130316)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
===================================================================
9
9
--- a/src/gcc/config/alpha/alpha.c
10
10
+++ b/src/gcc/config/alpha/alpha.c
11
 
@@ -9364,7 +9364,7 @@
 
11
@@ -9365,7 +9365,7 @@
12
12
     fputs ("\t.set nomacro\n", asm_out_file);
13
13
   if (TARGET_SUPPORT_ARCH | TARGET_BWX | TARGET_MAX | TARGET_FIX | TARGET_CIX)
14
14
     {
17
17
 
18
18
       if (alpha_cpu == PROCESSOR_EV6 || TARGET_FIX || TARGET_CIX)
19
19
        arch = "ev6";
20
 
@@ -9374,10 +9374,9 @@
 
20
@@ -9375,10 +9375,9 @@
21
21
        arch = "ev56";
22
22
       else if (alpha_cpu == PROCESSOR_EV5)
23
23
        arch = "ev5";