[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] 8-bit relocations on AVR
From: |
Joerg Wunsch |
Subject: |
Re: [avr-gcc-list] 8-bit relocations on AVR |
Date: |
Mon, 15 Feb 2010 08:27:25 +0100 (MET) |
Erik Christiansen <address@hidden> wrote:
> [...] is a well known bug, even if not recorded.
It might make Eric's work easier to at least file a bug report for it.
Btw., to prove this is really a deficiency, it might suffice to
demonstrate that the very same GNU assembler can handle this situation
for other architectures pretty well:
address@hidden 1836% cat foo.s
..byte 2f - 1f
1: .ascii "Hello, world!"
2:
address@hidden 1837% as -o foo.o foo.s
address@hidden 1838% objdump -s foo.o
foo.o: file format elf32-i386-freebsd
Contents of section .text:
0000 0d48656c 6c6f2c20 776f726c 6421 .Hello, world!
address@hidden 1839% avr-as -o foo.o foo.s
foo.s: Assembler messages:
foo.s:1: Error: illegal relocation size: 1
--
cheers, J"org .-.-. --... ...-- -.. . DL8DTL
http://www.sax.de/~joerg/ NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)
- [avr-gcc-list] 8-bit relocations on AVR, Andrew Zabolotny, 2010/02/13
- Re: [avr-gcc-list] 8-bit relocations on AVR, Erik Christiansen, 2010/02/13
- Re: [avr-gcc-list] 8-bit relocations on AVR, Andrew Zabolotny, 2010/02/16
- Re: [avr-gcc-list] 8-bit relocations on AVR, Andrew Zabolotny, 2010/02/16
- RE: [avr-gcc-list] 8-bit relocations on AVR, Weddington, Eric, 2010/02/16
- Re: [avr-gcc-list] 8-bit relocations on AVR, Andrew Zabolotny, 2010/02/18
- RE: [avr-gcc-list] 8-bit relocations on AVR, Weddington, Eric, 2010/02/21
- Re: [avr-gcc-list] 8-bit relocations on AVR, Andrew Zabolotny, 2010/02/22
- Re: [avr-gcc-list] 8-bit relocations on AVR, Joerg Wunsch, 2010/02/22
- RE: [avr-gcc-list] 8-bit relocations on AVR, Weddington, Eric, 2010/02/22
- Re: [avr-gcc-list] 8-bit relocations on AVR, Joerg Wunsch, 2010/02/23