[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/31687] [avr] Output of avr-objdump -P mem-usage missing .r
From: |
gjl at gcc dot gnu.org |
Subject: |
[Bug binutils/31687] [avr] Output of avr-objdump -P mem-usage missing .rodata |
Date: |
Mon, 06 May 2024 08:39:53 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=31687
--- Comment #2 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
Created attachment 15494
--> https://sourceware.org/bugzilla/attachment.cgi?id=15494&action=edit
Test case for AVR128DA32
$ avr-objdump -h avr128da32.elf
avr128da32.elf: file format elf32-avr
Sections:
Idx Name Size VMA LMA File off Algn
0 .data 00000000 00804000 000000d2 00000166 2**0
CONTENTS, ALLOC, LOAD, DATA
1 .text 000000d2 00000000 00000000 00000094 2**1
CONTENTS, ALLOC, LOAD, READONLY, CODE
2 .rodata 0000000a 00a08000 00018000 00000166 2**0
CONTENTS, ALLOC, LOAD, READONLY, DATA
$ avr-objdump -P mem-usage avr128da32.elf
avr128da32.elf: file format elf32-avr
AVR Memory Usage
----------------
Device: avr128da32
Program: 210 bytes (0.2% Full)
(.text + .data + .bootloader)
Data: 0 bytes (0.0% Full)
(.data + .bss + .noinit)
--
You are receiving this mail because:
You are on the CC list for the bug.