This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch gas]: Add 'e' for coff targets as section-specifier


Sorry. I found the issue.  I will apply the fix.  Something messed up
this testcase ...

ChangeLog

2011-09-28  Kai Tietz  <ktietz@redhat.com>

        * gas/pe/section-exclude.d: Correct testcase.

Applied as obvious fix.

Kai

Index: section-exclude.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/pe/section-exclude.d,v
retrieving revision 1.1
diff -u -r1.1 section-exclude.d
--- section-exclude.d   27 Sep 2011 18:57:22 -0000      1.1
+++ section-exclude.d   28 Sep 2011 11:58:01 -0000
@@ -7,14 +7,12 @@

 Sections:
 Idx Name          *Size      *VMA       *LMA       *File off  *Algn
-  3 .foo1         00000004  0000000000000000  0000000000000000  000000b4  2**2
-                  CONTENTS, EXCLUDE
   0 \.text         0*0000000  0*0000000  0*0000000  0*0000000  2\*\*[24]
 .*
   1 \.data         0*0000000  0*0000000  0*0000000  0*0000000  2\*\*[24]
 .*
   2 \.bss          0*0000000  0*0000000  0*0000000  0*0000000  2\*\*[24]
 .*
-  3 \.foo1         0*0000004  0*0000000  0*0000000  0*0000000  2\*\*[24]
-.*CONTENS, EXCLUDE
+  3 \.foo1         0*0000004  0*0000000  0*0000000  .*  2\*\*[24]
+.*CONTENTS, EXCLUDE
 .*


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]