[Bug binutils/841] New: mips64-elf-readelf was crashed by EABI64 binary.

2005-04-11 Thread monaka at monami-software dot com
mips64-elf-readelf was crashed in case you use it with --debug=frames option 
and the EABI64 formatted elf32 binary.

The function display_debug_frames detects offset_size as 4. But EABI64/DWARF2 
needs offset_size as 8.

-- 
   Summary: mips64-elf-readelf was crashed by EABI64 binary.
   Product: binutils
   Version: 2.15
Status: NEW
  Severity: critical
  Priority: P2
 Component: binutils
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: monaka at monami-software dot com
CC: bug-binutils at gnu dot org
 GCC build triplet: mingw32
  GCC host triplet: mingw32
GCC target triplet: mips64-elf


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

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


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug binutils/841] mips64-elf-readelf was crashed by EABI64 binary.

2005-04-11 Thread monaka at monami-software dot com

--- Additional Comments From monaka at monami-software dot com  2005-04-12 
02:08 ---
Created an attachment (id=454)
 --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=454&action=view)
Quick hack.

This is just a quick fix. It doesn't care about any side effects.

-- 


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

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


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug binutils/2580] New: Link failed _bfd_mips_elf32_gprel16_reloc.

2006-04-15 Thread monaka at monami-software dot com
It is not appear under the normal configuration.

In case we make BFD with new configuration without 
bfd_elf32_{little,big}mips_vec,
the application can't be linked because of missing 
_bfd_mips_elf32_gprel16_reloc.

For example, follows will be failed.
# in bfd/config.bfd
   targ_defvec=bfd_elf64_bigmips_vec
   targ_selvecs="bfd_elf32_nbigmips_vec bfd_elf32_nlittlemips_vec 
bfd_elf64_littlemips_vec"

Follows will be succeeded.
   targ_defvec=bfd_elf64_bigmips_vec
   targ_selvecs="bfd_elf32_nbigmips_vec bfd_elf32_nlittlemips_vec 
bfd_elf64_littlemips_vec  
bfd_elf32_littlemips_vec bfd_elf32_bigmips_vec"

I guess elfxx-mips.c should be fixed, but I'm not sure how to.

-- 
   Summary: Link failed _bfd_mips_elf32_gprel16_reloc.
   Product: binutils
   Version: 2.16
Status: NEW
  Severity: minor
  Priority: P3
 Component: binutils
AssignedTo: unassigned at sources dot redhat dot com
    ReportedBy: monaka at monami-software dot com
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=2580

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


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gprof/2587] New: Failed to build gprof under gmake patched by Apple.

2006-04-19 Thread monaka at monami-software dot com
Building gprof was failed because of patched gmake (bundled with OSX).
Follow is a patch to disable a builtin suffix rule.

Index: Makefile.am
===

RCS file: /cvs/src/src/gprof/Makefile.am,v
retrieving revision 1.26
diff -u -p -r1.26 Makefile.am
--- Makefile.am 6 Apr 2006 21:49:33 -   1.26
+++ Makefile.am 20 Apr 2006 06:23:23 -
@@ -39,6 +39,9 @@ EXTRA_DIST= $(BUILT_SOURCES) bbconv.
 
 diststuff: $(BUILT_SOURCES) info $(man_MANS)
 
+# this empry rule is a hack against gmake patched by Apple.
+%.o:%.m
+
 .m.c:
awk -f $(srcdir)/gen-c-prog.awk > ./$*.c ?
FUNCTION=`(echo $*|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb ?

-- 
   Summary: Failed to build gprof under gmake patched by Apple.
   Product: binutils
   Version: 2.18 (HEAD)
Status: NEW
  Severity: normal
  Priority: P2
 Component: gprof
AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: monaka at monami-software dot com
CC: bug-binutils at gnu dot org
  GCC host triplet: powerpc-apple-darwin8
GCC target triplet: sh-unknown-elf


http://sourceware.org/bugzilla/show_bug.cgi?id=2587

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


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils