[Bug gas/15930] Excessive memory usage assembling file

2013-09-04 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=15930 Alan Modra changed: What|Removed |Added CC||amodra at gmail dot com --- Comment #2 f

[Bug gas/15930] Excessive memory usage assembling file

2013-09-04 Thread rguenth at gcc dot gnu.org
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

[Bug gas/15930] New: Excessive memory usage assembling file

2013-09-04 Thread rguenth at gcc dot gnu.org
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

Re: as variable '$' have problem

2013-09-04 Thread nick clifton
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

[Bug gas/15914] ARM gas does not support UDF mnemonic

2013-09-04 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=15914 Nick Clifton changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug gas/15914] ARM gas does not support UDF mnemonic

2013-09-04 Thread cvs-commit at gcc dot gnu.org
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