2003-09-25 Yoshinori K. Okuji <okuji@enbug.org>
* genmk.rb (PModule#rule): Make sure to get only symbol names from the output of nm. Reported by Robert Millan <zeratul2@wanadoo.es>.
This commit is contained in:
parent
18d9c7cd53
commit
98d150633e
5 changed files with 923 additions and 581 deletions
|
@ -4,13 +4,13 @@
|
|||
prefixed with an asterisk */
|
||||
#undef ABSOLUTE_WITHOUT_ASTERISK
|
||||
|
||||
/* Define it to "addr32" or "addr32;" to make GAS happy */
|
||||
/* Define it to \"addr32\" or \"addr32;\" to make GAS happy */
|
||||
#undef ADDR32
|
||||
|
||||
/* Define it to one of __bss_start, edata and _edata */
|
||||
#undef BSS_START_SYMBOL
|
||||
|
||||
/* Define it to "data32" or "data32;" to make GAS happy */
|
||||
/* Define it to \"data32\" or \"data32;\" to make GAS happy */
|
||||
#undef DATA32
|
||||
|
||||
/* Define it to either end or _end */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue