binutils and libiberty.h

2005-09-21 Thread Pierre

Hi,

I just compiled without problem binutils 2.16.1.
But I noticed that the 'make install' didn't install the 'libiberty.h' 
file which is needed by some other apps.
I would like to know if this is a normal situation or if I have 
misunderstood some things.


Best regards,

--
Pierre.



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


[Bug gas/10374] New: Local/global symbol order in symbol table

2009-07-07 Thread Pierre dot Habraken at imag dot fr
mips-elf-as puts local symbol after global symbols in symbol table.
ELF specification (TIS) states that all symbols with STB_LOCAL binding should
precede global symbols.
This rule is not enforced by mips-elf-as (compiled from binutils 2.19) :
== bug trace 
$ cat atest.s
 .global  write
 .text
write:   SW   $3, Z
 JR   $31

 .data
Y:   .wordZ
$ mips-elf-as --version
GNU assembler (GNU Binutils) 2.19.51.20090702
Copyright 2008 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or later.
This program has absolutely no warranty.
This assembler was configured for a target of `mips-elf'.
$ mips-elf-as -o atest.o atest.s
$ mips-elf-readelf -s atest.o

Symbol table '.symtab' contains 9 entries:
   Num:Value  Size TypeBind   Vis  Ndx Name
 0:  0 NOTYPE  LOCAL  DEFAULT  UND 
 1:  0 SECTION LOCAL  DEFAULT1 .text
 2:  0 SECTION LOCAL  DEFAULT3 .data
 3:  0 SECTION LOCAL  DEFAULT5 .bss
 4:  0 SECTION LOCAL  DEFAULT6 .reginfo
 5:  0 SECTION LOCAL  DEFAULT7 .pdr
 6:  0 OBJECT  GLOBAL DEFAULT1 write
 7:  0 NOTYPE  GLOBAL DEFAULT  UND Z
 8:  0 NOTYPE  LOCAL  DEFAULT3 Y
=

-- 
   Summary: Local/global symbol order in symbol table
   Product: binutils
   Version: 2.19
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
AssignedTo: unassigned at sources dot redhat dot com
    ReportedBy: Pierre dot Habraken at imag dot fr
CC: bug-binutils at gnu dot org
  GCC host triplet: i386-linux
GCC target triplet: mips-elf


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

--- 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/10379] New: Objdump does not disassemble instructions

2009-07-08 Thread Pierre dot Habraken at imag dot fr
mips-elf-objdump (compiled from binutils 2.19) does not disassemble a sequence
of instructions in section .text if first instruction has a label:
== bug trace 
$ cat atest.s 
 .global  write
 .text
write:   SW   $3, Z # OK if no label
 JR   $31
 .data
Y:   .wordZ
$ mips-elf-as -o atest.o atest.s
$ mips-elf-objdump --version
GNU objdump (GNU Binutils) 2.19.51.20090702
Copyright 2008 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) any later version.
This program has absolutely no warranty.
$ mips-elf-objdump -d atest.o 

atest.o: file format elf32-bigmips


Disassembly of section .text:

 :
   0:   3c 01 00 00 ac 23 00 00 03 e0 00 08 00 00 00 00 <#..
=

-- 
   Summary: Objdump does not disassemble instructions
   Product: binutils
   Version: 2.19
Status: NEW
  Severity: normal
  Priority: P2
 Component: binutils
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: Pierre dot Habraken at imag dot fr
CC: bug-binutils at gnu dot org
  GCC host triplet: i386-linux
GCC target triplet: mips-elf


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

--- 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/10379] Objdump does not disassemble instructions

2009-07-23 Thread Pierre dot Habraken at imag dot fr

--- Additional Comments From Pierre dot Habraken at imag dot fr  2009-07-23 
10:08 ---
Subject: Re:  Objdump does not disassemble instructions

nickc at redhat dot com wrote:
> --- Additional Comments From nickc at redhat dot com  2009-07-17 09:26 
> ---
> Hi Pierre,
> 
>   What do you think of the uploaded documentation patch ?

Hello Nick,

Thanks for your patch, it looks fine (I just saw it, I have been away 
for two weeks).

Best regards.

Pierre


-- 


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

--- 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