[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/9797] Simple linker script casues spurious error message
From: |
richard dot barton at arm dot com |
Subject: |
[Bug ld/9797] Simple linker script casues spurious error message |
Date: |
29 Jan 2009 09:56:47 -0000 |
------- Additional Comments From richard dot barton at arm dot com 2009-01-29
09:56 -------
Ah I see.
This is undocumented. Section 3.10.1 of the manual:
"As in C, the linker considers an integer beginning with `0' to be octal,
and an integer beginning with `0x' or `0X' to be hexadecimal. The linker
considers other integers to be decimal."
I propose adding the sentence:
"Additionally, the linker accepts 'h', 'o', 'b' suffixes for hexadecimal,
octal or binary constants respectively."
--
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|INVALID |
http://sourceware.org/bugzilla/show_bug.cgi?id=9797
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.