Re: [Bug binutils/2454] New: incorrect syntax in avr disassembly

2006-04-07 Thread Nick Clifton

Hi hochstein,


The disassembly for call and jmp looks like this:

 43a:   0e 94 7e 0e call0x1cfc <__divmodhi4>

This causes problems since the "" part is not correct assembler
syntax. It should read like this:

 43a:   0e 94 7e 0e call0x1cfc  ; <__divmodhi4>



Do you have a *small* test case to reproduce this behaviour ?

Also - have you tried the current sources in the mainline binutils CVS 
repository ?  I think that they may already have the desired behaviour.


Cheers
  Nick


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


[Bug binutils/2454] incorrect syntax in avr disassembly

2006-04-07 Thread nickc at redhat dot com

--- Additional Comments From nickc at redhat dot com  2006-04-07 14:48 
---
Subject: Re:  New: incorrect syntax in avr disassembly

Hi hochstein,

> The disassembly for call and jmp looks like this:
> 
>  43a: 0e 94 7e 0e call0x1cfc <__divmodhi4>
> 
> This causes problems since the "" part is not correct assembler
> syntax. It should read like this:
> 
>  43a: 0e 94 7e 0e call0x1cfc  ; <__divmodhi4>
> 

Do you have a *small* test case to reproduce this behaviour ?

Also - have you tried the current sources in the mainline binutils CVS 
repository ?  I think that they may already have the desired behaviour.

Cheers
   Nick


-- 


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

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


Re: gprof

2006-04-07 Thread Nick Clifton

Hi Susukita,


$ time ./a.out
real0m4.324s



$ gprof a.out
Each sample counts as 0.01 seconds.
  %   cumulative   self  self total   
 time   seconds   secondscalls   s/call   s/call  name
  9.46 43.22 4.09 rand


This looks like a gprof bug.  Specifically I would guess that either the 
sample period is incorrect or else the clock frequency calculated by the 
gprof/hertz.c:hertz() function is wrong.


Cheers
  Nick





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


Re: objdump

2006-04-07 Thread Nick Clifton

Hi Paz,

My name  is paz  and I have a doubt, how can I convert my ".srec" file 
to ".od" to use it with AVRORA??


Sorry, but I do not think the objcopy supports the Avrora .od file 
format, so you cannot do this using the binutils.


Cheers
  Nick


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


[Bug binutils/2015] Segfault in setlocale() call makes programs unusable

2006-04-07 Thread skunk at iskunk dot org

--- Additional Comments From skunk at iskunk dot org  2006-04-07 22:36 
---
The patchsets do make the problem go away. Another workaround, sans patches, is 
to set LANG=C (default value is "en_US" on my system). 
 
Information on obtaining the patchsets, for anyone reading this [archived] bug 
report: 
 
  1. Load up IBM's "Quick links for AIX fixes" site: 
 http://www.ibm.com/servers/eserver/support/unixservers/aixfixes.html 
 
  2. Go to "Specific Fixes" for AIX 4.3 
 
  3. Search by APAR number: IY45774 
 ("CORE DUMP IN SETLOCALE WHEN CALLED AFTER PROCE") 
 
  4. Download the .bff files, and install with smitty 

-- 


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

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