https://sourceware.org/bugzilla/show_bug.cgi?id=15930
Alan Modra changed:
What|Removed |Added
CC||amodra at gmail dot com
--- Comment #2 f
https://sourceware.org/bugzilla/show_bug.cgi?id=15930
--- Comment #1 from Richard Guenther ---
Ok, the assembler file is 1GB in size and doesn't compress enough. It can
be generated by compiling the testcase at gcc.gnu.org/PR58315 with GCC 4.8
and -O2 -g on x86_64.
Or you can download it from h
https://sourceware.org/bugzilla/show_bug.cgi?id=15930
Bug ID: 15930
Summary: Excessive memory usage assembling file
Product: binutils
Version: 2.23
Status: NEW
Severity: normal
Priority: P2
Component: gas
Hi 研发部淡明杰,
bug description: In my program, expression '$-label' is ok to pass(see attachment
file line 7&8) assemble, but 'lable-$' cannot pass
It is nothing to do with the $ symbol specifically. Any undefined
symbol will give you the same effect. Eg:
$ cat test.s
foo:
nop
https://sourceware.org/bugzilla/show_bug.cgi?id=15914
Nick Clifton changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
http://sourceware.org/bugzilla/show_bug.cgi?id=15914
--- Comment #1 from cvs-commit at gcc dot gnu.org ---
CVSROOT:/cvs/src
Module name:src
Changes by:ni...@sourceware.org2013-09-04 07:59:33
Modified files:
gas: ChangeLog
gas/config : tc-arm.c
gas/te