https://sourceware.org/bugzilla/show_bug.cgi?id=32968
Georg-Johann Lay changed:
What|Removed |Added
See Also|https://sourceware.org/bugz |https://sourceware.org/bugz
https://sourceware.org/bugzilla/show_bug.cgi?id=21849
Georg-Johann Lay changed:
What|Removed |Added
See Also||https://sourceware.org/bugz
https://sourceware.org/bugzilla/show_bug.cgi?id=32968
Georg-Johann Lay changed:
What|Removed |Added
See Also||https://sourceware.org/bugz
||gjl at gcc dot gnu.org
--
You are receiving this mail because:
You are on the CC list for the bug.
: enhancement
Priority: P2
Component: ld
Assignee: unassigned at sourceware dot org
Reporter: gjl at gcc dot gnu.org
Target Milestone: ---
Target: avr
The default linker script (.xn) currently has in .text:
/* For data that needs to reside in the
https://sourceware.org/bugzilla/show_bug.cgi?id=32968
Georg-Johann Lay changed:
What|Removed |Added
Assignee|unassigned at sourceware dot org |gjl at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=32704
Georg-Johann Lay changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://sourceware.org/bugzilla/show_bug.cgi?id=32704
Georg-Johann Lay changed:
What|Removed |Added
See Also||https://sourceware.org/bugz
https://sourceware.org/bugzilla/show_bug.cgi?id=21683
Georg-Johann Lay changed:
What|Removed |Added
See Also||https://sourceware.org/bugz
https://sourceware.org/bugzilla/show_bug.cgi?id=32704
Georg-Johann Lay changed:
What|Removed |Added
Keywords||performance
--
You are receiving
Assignee: unassigned at sourceware dot org
Reporter: gjl at gcc dot gnu.org
Target Milestone: ---
Target: avr
In code like
volatile char var;
__attribute((signal))
void __vector1 ()
{
var = 1;
var = 0;
}
the body of the ISR needs zero_reg, doesn't cl
https://sourceware.org/bugzilla/show_bug.cgi?id=21683
--- Comment #9 from Georg-Johann Lay ---
For the documentation of pseudo instruction __gcc_isr see
https://sourceware.org/binutils/docs-2.29/as/AVR-Pseudo-Instructions.html
--
You are receiving this mail because:
You are on the CC list for
https://sourceware.org/bugzilla/show_bug.cgi?id=14406
--- Comment #4 from Georg-Johann Lay ---
Noice the following example in the avr-gcc wiki that shows how to implement
sections like .progmem.data in a linker description:
https://gcc.gnu.org/wiki/avr-gcc#Address_Spaces
--
You are receiving t
||gjl at gcc dot gnu.org
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=31704
Georg-Johann Lay changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://sourceware.org/bugzilla/show_bug.cgi?id=31687
Georg-Johann Lay changed:
What|Removed |Added
Target Milestone|--- |2.43
Status|NEW
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&action=edit
Proposed patch
AVR: binutils/31704 - Let avr-objdump show .note.gnu.avr.deviceinfo
This patch support
https://sourceware.org/bugzilla/show_bug.cgi?id=31687
--- Comment #3 from Georg-Johann Lay ---
Created attachment 15526
--> https://sourceware.org/bugzilla/attachment.cgi?id=15526&action=edit
Proposed patch
AVR: binutils/31687 - Include .rodata size in avr-objdump -P mem-usage.
AVR emulations
https://sourceware.org/bugzilla/show_bug.cgi?id=31704
Georg-Johann Lay changed:
What|Removed |Added
Target||avr
--
You are receiving this mai
: binutils
Assignee: unassigned at sourceware dot org
Reporter: gjl at gcc dot gnu.org
Target Milestone: ---
The startup code from AVR-LibC contains a .note.gnu.avr.deviceinfo section that
contains properties of the AVR device for which it has been compiled. It would
be a nice
https://sourceware.org/bugzilla/show_bug.cgi?id=31687
--- Comment #2 from Georg-Johann Lay ---
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
https://sourceware.org/bugzilla/show_bug.cgi?id=31687
--- Comment #1 from Georg-Johann Lay ---
Created attachment 15493
--> https://sourceware.org/bugzilla/attachment.cgi?id=15493&action=edit
attiny40.elf
Test case for ATtiny40
$ avr-objdump -h attiny40.elf
attiny40.elf: file format elf
https://sourceware.org/bugzilla/show_bug.cgi?id=31687
Georg-Johann Lay changed:
What|Removed |Added
Priority|P2 |P3
Target|
Priority: P2
Component: binutils
Assignee: unassigned at sourceware dot org
Reporter: gjl at gcc dot gnu.org
Target Milestone: ---
As is appears, objdump deas ot consider output section .rodata.
.rodata output section is only present on emulations avrtiny, avrxmega3
https://sourceware.org/bugzilla/show_bug.cgi?id=31124
Georg-Johann Lay changed:
What|Removed |Added
See Also||https://sourceware.org/bugz
https://sourceware.org/bugzilla/show_bug.cgi?id=31321
Georg-Johann Lay changed:
What|Removed |Added
Target Milestone|--- |2.43
Status|NEW
Priority: P2
Component: ld
Assignee: unassigned at sourceware dot org
Reporter: gjl at gcc dot gnu.org
Target Milestone: ---
PR31124 introduced symbol __flmap_init_label as:
PROVIDE (__flmap_init_label = DEFINED(__flmap_init_start) ? __flmap_init_start
: 0) ;
for
https://sourceware.org/bugzilla/show_bug.cgi?id=31177
Georg-Johann Lay changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://sourceware.org/bugzilla/show_bug.cgi?id=31177
Georg-Johann Lay changed:
What|Removed |Added
Severity|normal |enhancement
--
You are receiving
https://sourceware.org/bugzilla/show_bug.cgi?id=31177
Georg-Johann Lay changed:
What|Removed |Added
Priority|P2 |P3
--
You are receiving this mail
https://sourceware.org/bugzilla/show_bug.cgi?id=31177
Georg-Johann Lay changed:
What|Removed |Added
Assignee|unassigned at sourceware dot org |gjl at gcc dot gnu.org
Priority: P2
Component: ld
Assignee: unassigned at sourceware dot org
Reporter: gjl at gcc dot gnu.org
Target Milestone: ---
The start of MEMORY region text currently starts hard-coded at 0.
The linker can produce more exact diagnostics when it knows the
https://sourceware.org/bugzilla/show_bug.cgi?id=31124
Georg-Johann Lay changed:
What|Removed |Added
Target Milestone|--- |2.42
--
You are receiving this ma
https://sourceware.org/bugzilla/show_bug.cgi?id=31124
Georg-Johann Lay changed:
What|Removed |Added
URL||https://gcc.gnu.org/PR11294
https://sourceware.org/bugzilla/show_bug.cgi?id=31124
Georg-Johann Lay changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://sourceware.org/bugzilla/show_bug.cgi?id=31124
Georg-Johann Lay changed:
What|Removed |Added
Assignee|unassigned at sourceware dot org |gjl at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=31124
Georg-Johann Lay changed:
What|Removed |Added
Target||avr
Version|unspecified
Component: ld
Assignee: unassigned at sourceware dot org
Reporter: gjl at gcc dot gnu.org
Target Milestone: ---
Devices from the AVR64* and AVR128* families (from avrxmega2 and avrxmega4)
see a 32 KiB portion of their program memory in the RAM address space.
Which 32 KiB
https://sourceware.org/bugzilla/show_bug.cgi?id=21472
Georg-Johann Lay changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://sourceware.org/bugzilla/show_bug.cgi?id=14406
Georg-Johann Lay changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://sourceware.org/bugzilla/show_bug.cgi?id=14406
--- Comment #2 from Georg-Johann Lay ---
Created attachment 11148
--> https://sourceware.org/bugzilla/attachment.cgi?id=11148&action=edit
Augmentation of default linker script. Link with -Tflash12.ld
WON'T FIX this one:
The layout of code
https://sourceware.org/bugzilla/show_bug.cgi?id=21849
--- Comment #1 from Georg-Johann Lay ---
Created attachment 10290
--> https://sourceware.org/bugzilla/attachment.cgi?id=10290&action=edit
proposed patch
ld/
PR ld/21849
* scripttempl/avr.sc: Split .progmemx.* from .progmem.*
https://sourceware.org/bugzilla/show_bug.cgi?id=21849
Georg-Johann Lay changed:
What|Removed |Added
Target||avr
Priority|P2
: ld
Assignee: unassigned at sourceware dot org
Reporter: gjl at gcc dot gnu.org
Target Milestone: ---
avr-gcc puts data for named address space __memx into section .progmemx. The
current linker script has a catch-all .progmem* located at a lower address
together with data that
https://sourceware.org/bugzilla/show_bug.cgi?id=21472
--- Comment #3 from Georg-Johann Lay ---
Created attachment 10237
--> https://sourceware.org/bugzilla/attachment.cgi?id=10237&action=edit
binutils-avrxmega3-pr21472-doc.diff: Round-up of documentation.
gas/
PR ld/21472
* con
https://sourceware.org/bugzilla/show_bug.cgi?id=21683
Georg-Johann Lay changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://sourceware.org/bugzilla/show_bug.cgi?id=21683
--- Comment #1 from Georg-Johann Lay ---
Created attachment 10232
--> https://sourceware.org/bugzilla/attachment.cgi?id=10232&action=edit
bin-pr21683-gccisr.diff: Proposed patch.
/
PR gas/21683
* include/opcode/avr.h (AVR_IN
|P3
Assignee|unassigned at sourceware dot org |gjl at gcc dot gnu.org
--
You are receiving this mail because:
You are on the CC list for the bug.
___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org
Severity: enhancement
Priority: P2
Component: gas
Assignee: unassigned at sourceware dot org
Reporter: gjl at gcc dot gnu.org
Target Milestone: ---
Background: avr-gcc currently generated ISR prologues and epilogues less
efficient than possible. This is due to
https://sourceware.org/bugzilla/show_bug.cgi?id=21621
Georg-Johann Lay changed:
What|Removed |Added
Priority|P2 |P3
--
You are receiving this mail
https://sourceware.org/bugzilla/show_bug.cgi?id=21621
Georg-Johann Lay changed:
What|Removed |Added
Target||avr
--
You are receiving this mai
ity: minor
Priority: P2
Component: gas
Assignee: unassigned at sourceware dot org
Reporter: gjl at gcc dot gnu.org
Target Milestone: ---
$ avr-as frag.s -o frag.o && avr-objdump -d frag.o
== frag.s ==
.text
cpse 0,0
.subsection 1
lds 0,0
.previo
https://sourceware.org/bugzilla/show_bug.cgi?id=21569
Georg-Johann Lay changed:
What|Removed |Added
Target Milestone|--- |2.29
--
You are receiving this ma
https://sourceware.org/bugzilla/show_bug.cgi?id=21569
Georg-Johann Lay changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://sourceware.org/bugzilla/show_bug.cgi?id=21583
--- Comment #2 from Georg-Johann Lay ---
(In reply to Nick Clifton from comment #1)
> Do you have a patch for the linker script to implement this addition ?
It's here: https://sourceware.org/ml/binutils/2017-06/msg00148.html
Am usually filei
|P3
Assignee|unassigned at sourceware dot org |gjl at gcc dot gnu.org
--
You are receiving this mail because:
You are on the CC list for the bug.
___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org
: ld
Assignee: unassigned at sourceware dot org
Reporter: gjl at gcc dot gnu.org
Target Milestone: ---
Currently, avr-gcc does not use .jumptables, but I intent to move jump-tables
out of .text again, cf.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81075
My plan is to use
https://sourceware.org/bugzilla/show_bug.cgi?id=21569
--- Comment #1 from Georg-Johann Lay ---
Created attachment 10093
--> https://sourceware.org/bugzilla/attachment.cgi?id=10093&action=edit
Proposed patch
ld/
Genericize avr.sc so that it also works for avrtiny.
* scripttempl
https://sourceware.org/bugzilla/show_bug.cgi?id=21569
Georg-Johann Lay changed:
What|Removed |Added
Summary|[avr] Make avr-sc so|[avr] Make avr.sc so
https://sourceware.org/bugzilla/show_bug.cgi?id=21569
Georg-Johann Lay changed:
What|Removed |Added
Target||avr
Priority|P2
: enhancement
Priority: P2
Component: ld
Assignee: unassigned at sourceware dot org
Reporter: gjl at gcc dot gnu.org
Target Milestone: ---
Currently, we have 2 script templates for avr. As proposed by Nick, these
files should be unified in such a way that one
https://sourceware.org/bugzilla/show_bug.cgi?id=21472
--- Comment #1 from Georg-Johann Lay ---
Created attachment 10041
--> https://sourceware.org/bugzilla/attachment.cgi?id=10041&action=edit
binutils-avrxmega3.diff: Proposed patch
ld/
Upgrade the currently unused emulation avrxmega3 t
https://sourceware.org/bugzilla/show_bug.cgi?id=21472
Georg-Johann Lay changed:
What|Removed |Added
Target||avr
Priority|P2
Component: ld
Assignee: unassigned at sourceware dot org
Reporter: gjl at gcc dot gnu.org
Target Milestone: ---
WHilst the ISA of AVR ATtiny416 / 417 / 816 / 817 would fit avrxmega2, these
sevices feature the flash being accessible via the SRAM address range and
instructions
https://sourceware.org/bugzilla/show_bug.cgi?id=20849
Georg-Johann Lay changed:
What|Removed |Added
Target Milestone|--- |2.28
--
You are receiving this ma
https://sourceware.org/bugzilla/show_bug.cgi?id=21404
--- Comment #3 from Georg-Johann Lay ---
...and here is a direct ld call triggering the PR:
$ avr-ld bernd.elf.ltrans0.o -mavr5 --relax --defsym __tablejump2__=0
avr-ld: BFD (GNU Binutils) 2.28.51.20170321 assertion fail
../../../source/binut
https://sourceware.org/bugzilla/show_bug.cgi?id=21404
--- Comment #2 from Georg-Johann Lay ---
Created attachment 1
--> https://sourceware.org/bugzilla/attachment.cgi?id=1&action=edit
bernd.elf.ltrans0.o
--
You are receiving this mail because:
You are on the CC list for the bug.
_
https://sourceware.org/bugzilla/show_bug.cgi?id=21404
Georg-Johann Lay changed:
What|Removed |Added
CC||gjl at gcc dot gnu.org
: binutils
Assignee: unassigned at sourceware dot org
Reporter: gjl at gcc dot gnu.org
Target Milestone: ---
Target: avr
Created attachment
--> https://sourceware.org/bugzilla/attachment.cgi?id=&action=edit
bernd.elf.ltrans0.s
$ avr-gcc bernd.elf.lt
https://sourceware.org/bugzilla/show_bug.cgi?id=20849
--- Comment #4 from Georg-Johann Lay ---
Mnay thanks for taking care of this!
--
You are receiving this mail because:
You are on the CC list for the bug.
___
bug-binutils mailing list
bug-binutils@
https://sourceware.org/bugzilla/show_bug.cgi?id=20849
Georg-Johann Lay changed:
What|Removed |Added
Target||avr
Priority|P2
https://sourceware.org/bugzilla/show_bug.cgi?id=20849
--- Comment #1 from Georg-Johann Lay ---
Created attachment 9658
--> https://sourceware.org/bugzilla/attachment.cgi?id=9658&action=edit
Untested patch
ld/
PR target/20849
* scripttempl/avrtiny.sc (__RODATA_PM_OFFSET__): New
t: ld
Assignee: unassigned at sourceware dot org
Reporter: gjl at gcc dot gnu.org
Target Milestone: ---
The current linker description files for AVR_TINY like avrtiny.x et al are
locating .rodata into SRAM which is quite a waste for devices with up to 128
Bytes of SRAM.
As
https://sourceware.org/bugzilla/show_bug.cgi?id=15043
Georg-Johann Lay changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://sourceware.org/bugzilla/show_bug.cgi?id=18269
Georg-Johann Lay changed:
What|Removed |Added
CC||senthil.thecoder at gmail dot
com
: binutils
Assignee: unassigned at sourceware dot org
Reporter: gjl at gcc dot gnu.org
The current avr-Binutils fail to build because of a build warning which
actually rises an erreor.
This blocks the build robot from producing usable results, c.f. the results
for
avr at http
https://sourceware.org/bugzilla/show_bug.cgi?id=18269
Georg-Johann Lay changed:
What|Removed |Added
Target||avr
--
You are receiving this mai
https://sourceware.org/bugzilla/show_bug.cgi?id=17107
Georg-Johann Lay changed:
What|Removed |Added
Target||avr
Priority|P2
http://sourceware.org/bugzilla/show_bug.cgi?id=16005
Georg-Johann Lay changed:
What|Removed |Added
Version|unspecified |2.23
--
You are receiving this mai
||gjl at gcc dot gnu.org
--
You are receiving this mail because:
You are on the CC list for the bug.
___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils
http://sourceware.org/bugzilla/show_bug.cgi?id=15043
Bug #: 15043
Summary: [avr] Support new command line options -mdes and
-matomics
Product: binutils
Version: 2.24 (HEAD)
Status: NEW
Severity: enhancement
http://sourceware.org/bugzilla/show_bug.cgi?id=14406
--- Comment #1 from Georg-Johann Lay 2012-07-26
11:02:15 UTC ---
(In reply to comment #0)
> .progmem.data1
.progmem1.data
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail beca
http://sourceware.org/bugzilla/show_bug.cgi?id=14406
Bug #: 14406
Summary: Support .progmem.data sections to work with GCC's
PR49868
Product: binutils
Version: 2.23 (HEAD)
URL: http://gcc.gnu.org/PR49868
S
http://sourceware.org/bugzilla/show_bug.cgi?id=14255
Bug #: 14255
Summary: Internal error, aborting at ./gas/symbols.c line 96 in
symbol_new
Product: binutils
Version: 2.23 (HEAD)
Status: NEW
Severity: normal
http://sourceware.org/bugzilla/show_bug.cgi?id=13697
Georg-Johann Lay changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://sourceware.org/bugzilla/show_bug.cgi?id=13697
Georg-Johann Lay changed:
What|Removed |Added
Summary|[avr ] Wrong symbol values |[avr] Wrong symbol values
http://sourceware.org/bugzilla/show_bug.cgi?id=13697
--- Comment #7 from Georg-Johann Lay 2012-05-23
19:36:45 UTC ---
Created attachment 6417
--> http://sourceware.org/bugzilla/attachment.cgi?id=6417
Tentative patch: Keep .data
This is a tentative patch to fix the issue by KEEPing .data.
Lig
http://sourceware.org/bugzilla/show_bug.cgi?id=14058
--- Comment #7 from Georg-Johann Lay 2012-05-04
13:42:39 UTC ---
(In reply to comment #6)
> The original bug report IMO contained everything needed to reproduce the bug
> and to assess it as different from the "trampolines high" case, without
http://sourceware.org/bugzilla/show_bug.cgi?id=14058
--- Comment #4 from Georg-Johann Lay 2012-05-03
22:03:18 UTC ---
Here is a reduced example:
; == foo.ss ==
.text
K1: nop
.space 0x1fff6
K2: nop
.section .progmem, "a", @progbits
.word gs(K1)
.word gs(K2)
== Assemble ==
$ avr-as -mmcu=
http://sourceware.org/bugzilla/show_bug.cgi?id=14058
--- Comment #3 from Georg-Johann Lay 2012-05-03
21:57:19 UTC ---
(In reply to comment #2)
> Please re-read [...] the post at the given link.
Please make bug reports that are self-contained.
If there is information missing to reproduce the i
http://sourceware.org/bugzilla/show_bug.cgi?id=14058
Georg-Johann Lay changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://sourceware.org/bugzilla/show_bug.cgi?id=13812
Georg-Johann Lay changed:
What|Removed |Added
CC||konfera at efton dot sk
--- Comment
http://sourceware.org/bugzilla/show_bug.cgi?id=13899
--- Comment #3 from Georg-Johann Lay 2012-04-28
12:33:28 UTC ---
(In reply to comment #2)
>
> Disassembly of section .text:
>
> :
>0:0a 00 [...]
>
> 000e :
>
> The first entry of menuitem_uhr is 0x000a. The correct val
http://sourceware.org/bugzilla/show_bug.cgi?id=13899
--- Comment #2 from Georg-Johann Lay 2012-04-27
23:50:14 UTC ---
Created attachment 6379
--> http://sourceware.org/bugzilla/attachment.cgi?id=6379
uhr.s
Here is a condensed test case.
The first entry of menuitem_uhr shall contain the word
http://sourceware.org/bugzilla/show_bug.cgi?id=13899
--- Comment #1 from Georg-Johann Lay 2012-03-28
11:51:22 UTC ---
Notes
If you work on linux, you will want to
$ dos2unix good.lst
in order to change newlines to unix style.
And in the Makefile, diff results get smaller if objdump gets call
http://sourceware.org/bugzilla/show_bug.cgi?id=13899
Bug #: 13899
Summary: [avr]: Wrong relaxation of R_AVR_16_PM with gs()
Product: binutils
Version: 2.23 (HEAD)
Status: NEW
Severity: normal
Priority: P2
Compon
http://sourceware.org/bugzilla/show_bug.cgi?id=13812
--- Comment #2 from Georg-Johann Lay 2012-03-05
21:48:30 UTC ---
Created attachment 6263
--> http://sourceware.org/bugzilla/attachment.cgi?id=6263
stubc.s: Assembler file
Assemble/Link with:
avr-as -mmcu=atmega2560 stubs.s -o stubs.o
avr-l
http://sourceware.org/bugzilla/show_bug.cgi?id=13812
--- Comment #1 from Georg-Johann Lay 2012-03-05
21:36:52 UTC ---
Created attachment 6262
--> http://sourceware.org/bugzilla/attachment.cgi?id=6262
stubc.c: Simplified C test case
Compile with
avr-gcc -mmcu=atmega2560 stubs.c -S -Os
--
Co
http://sourceware.org/bugzilla/show_bug.cgi?id=13812
Bug #: 13812
Summary: Suboptimal default linker script cause "internal
error: out of range error"
Product: binutils
Version: 2.23 (HEAD)
Status: NEW
Severity
http://sourceware.org/bugzilla/show_bug.cgi?id=13503
--- Comment #4 from Georg-Johann Lay 2012-03-04
13:41:53 UTC ---
(In reply to comment #1)
> See also respective extensions to avr-gcc:
Finally, the right link to the avr-gcc named address space support, including
24-bit pointers:
http://gcc.
1 - 100 of 135 matches
Mail list logo