public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: scottb <scottb@netwinder.org>
To: binutils mailing list <binutils@sourceware.cygnus.com>
Subject: make check failures...
Date: Mon, 30 Aug 1999 11:08:00 -0000	[thread overview]
Message-ID: <37CAC7E5.8440A11F@netwinder.org> (raw)

Hi,

I get the following two failures when running make check on the current
CVS tree on a NetWinder.

Running /home/scottb/cvstree/binutils/gas/testsuite/gas/elf/elf.exp ...
FAIL: elf section0
FAIL: elf section1

I looked into this and found the output different from the .d files it
is compared against.  It seems section alignment is to blame.  A patch
that fixed it for me is attached.  

1999-08-30  Scott Bambrough  <scottb@netwinder.org>

	* gas/testsuite/gas/elf/section0.d: Fixed to match output
	  from objdump -s.
	* gas/testsuite/gas/elf/section1.d: Fixed to match output
	  from objdump -s.
Index: section0.d
===================================================================
RCS file: /cvs/binutils/binutils/gas/testsuite/gas/elf/section0.d,v
retrieving revision 1.1
diff -u -p -r1.1 section0.d
--- section0.d	1999/06/05 23:14:42	1.1
+++ section0.d	1999/08/30 17:39:17
@@ -5,10 +5,10 @@
 
 Contents of section .text:
 Contents of section .data:
- 0000 0000                                 ..              
+ 0000 00000000                             ....            
 Contents of section A:
- 0000 010101                               ...             
+ 0000 01010100                             ....            
 Contents of section B:
- 0000 0202                                 ..              
+ 0000 02020000                             ....            
 Contents of section C:
- 0000 03                                   .               
+ 0000 03000000                             ....            
Index: section1.d
===================================================================
RCS file: /cvs/binutils/binutils/gas/testsuite/gas/elf/section1.d,v
retrieving revision 1.1
diff -u -p -r1.1 section1.d
--- section1.d	1999/06/05 23:14:42	1.1
+++ section1.d	1999/08/30 17:39:17
@@ -5,10 +5,10 @@
 
 Contents of section .text:
 Contents of section .data:
- 0000 000000                               ...             
+ 0000 00000000                             ....            
 Contents of section A:
- 0000 01010101 0101                        ......          
+ 0000 01010101 01010000                    ........        
 Contents of section B:
- 0000 02020202 02                          .....           
+ 0000 02020202 02000000                    ........        
 Contents of section C:
- 0000 0303                                 ..              
+ 0000 03030000                             ....            

             reply	other threads:[~1999-08-30 11:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-08-30 11:08 scottb [this message]
1999-08-30 20:15 ` Ian Lance Taylor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=37CAC7E5.8440A11F@netwinder.org \
    --to=scottb@netwinder.org \
    --cc=binutils@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).