bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/273] New: FAIL: size -A


From: danglin at gcc dot gnu dot org
Subject: [Bug binutils/273] New: FAIL: size -A
Date: 20 Jul 2004 02:07:08 -0000

/xxx/gnu/binutils-2.15.90/objdir/binutils/size  -A tmpdir/bintest.o
Executing on host: /xxx/gnu/binutils-2.15.90/objdir/binutils/size  -A tmpdir/bin
test.o   (timeout = 300)
tmpdir/bintest.o  :
section       size   addr
$TEXT$           0      0
$CODE$           8      0
$LIT$            0      0
$MILLICODE$      0      0
$PRIVATE$        8      0
$DATA$           8      0
$BSS$            0      0
Total           24

The value for $TEXT$ should be 8.  I don't know about the total as
$CODE$ overlays $TEXT$ and $DATA$ overlays $PRIVATE$.  Thus, I think
the total should be 16.  However, previous versions returned 8 for
$TEXT$ and a Total of 32.

This testsuite failure was introduced by the following change:

2004-06-24  Alan Modra  <address@hidden>

        * section.c (struct sec): Rename "_cooked_size" to "size".
        Rename "_raw_size" to "rawsize".
        (STD_SECTION): Adjust comments.
        (bfd_set_section_size, bfd_get_section_contents): Use size.
        (bfd_malloc_and_get_section): New function.
...

-- 
           Summary: FAIL: size -A
           Product: binutils
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: binutils
        AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: danglin at gcc dot gnu dot org
                CC: amodra at bigpond dot net dot au,bug-binutils at gnu dot
                    org
 GCC build triplet: hppa2.0w-hp-hpux11.11
  GCC host triplet: hppa2.0w-hp-hpux11.11
GCC target triplet: hppa2.0w-hp-hpux11.11


http://sources.redhat.com/bugzilla/show_bug.cgi?id=273

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]