[Bug binutils/31704] [avr] Support avr-objdump -P avr-deviceinfo

2024-05-20 Thread gjl at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=31704

Georg-Johann Lay  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED
   Target Milestone|--- |2.43

--- Comment #3 from Georg-Johann Lay  ---
Added in v2.43

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug binutils/31704] [avr] Support avr-objdump -P avr-deviceinfo

2024-05-20 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=31704

--- Comment #2 from Sourceware Commits  ---
The master branch has been updated by Nick Clifton :

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f65d4a2f81060e58d86616e8773fb0af38cab33b

commit f65d4a2f81060e58d86616e8773fb0af38cab33b
Author: Georg-Johann Lay 
Date:   Mon May 20 12:12:10 2024 +0100

Let avr-objdump show .note.gnu.avr.deviceinfo

  PR 31704

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug binutils/31704] [avr] Support avr-objdump -P avr-deviceinfo

2024-05-17 Thread gjl at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=31704

--- Comment #1 from Georg-Johann Lay  ---
Created attachment 15527
  --> https://sourceware.org/bugzilla/attachment.cgi?id=15527=edit
Proposed patch

AVR: binutils/31704 - Let avr-objdump show .note.gnu.avr.deviceinfo

This patch supports

 avr-objdump -P avr-deviceinfo

which displays the contents of the .note.gnu.avr.deviceinfo section,
which is added by the startup code from AVR-LibC in crt.o.

binutils/
PR binutils/31704
* od-elf32_avr.c (OPT_AVRDEVICEINFO): New macro.
(objdump_private_option options): Set [2] to "avr-deviceinfo".
(elf32_avr_help): Help on new -P avr-deviceinfo.
(elf32_avr_dump) [OPT_AVRDEVICEINFO]: Run...
(elf32_avr_dump_avr_deviceinfo): ...this new static function.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug binutils/31704] [avr] Support avr-objdump -P avr-deviceinfo

2024-05-07 Thread gjl at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=31704

Georg-Johann Lay  changed:

   What|Removed |Added

 Target||avr

-- 
You are receiving this mail because:
You are on the CC list for the bug.