[Bug gas/4029] relax_segment can't stabilize .gcc_except_table

2007-03-14 Thread amodra at bigpond dot net dot au

--- Additional Comments From amodra at bigpond dot net dot au  2007-03-14 
11:07 ---
Fixed

-- 
   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=4029

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/4184] New: # 0 2 doesn't work with gcc 4.3 revision 122913

2007-03-14 Thread hjl at lucon dot org
java/lang/.deps/natObject.lo failed with

./sysdep/locks.h: Assembler messages:
./sysdep/locks.h:52: Warning: unterminated string; newline inserted
...

-- 
   Summary: # 0  2 doesn't work with gcc 4.3 revision 122913
   Product: binutils
   Version: 2.18 (HEAD)
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: hjl at lucon dot org
CC: aoliva at sourceware dot org,bug-binutils at gnu dot org
GCC target triplet: i686-pc-linux-gnu


http://sourceware.org/bugzilla/show_bug.cgi?id=4184

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/4184] # 0 2 doesn't work with gcc 4.3 revision 122913

2007-03-14 Thread hjl at lucon dot org

--- Additional Comments From hjl at lucon dot org  2007-03-14 18:37 ---
Created an attachment (id=1616)
 -- (http://sourceware.org/bugzilla/attachment.cgi?id=1616action=view)
Assembly output


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=4184

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/4184] # 0 2 doesn't work with gcc 4.3 revision 122913

2007-03-14 Thread hjl at lucon dot org

--- Additional Comments From hjl at lucon dot org  2007-03-14 19:33 ---
Revert this patch

http://sourceware.org/ml/binutils/2007-03/msg00083.html

fixed the problem.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=4184

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/4184] # 0 2 doesn't work with gcc 4.3 revision 122913

2007-03-14 Thread hjl at lucon dot org

--- Additional Comments From hjl at lucon dot org  2007-03-14 19:46 ---
It may have something to do with the assembler input buffer size. I
think we ran into a similar problem before.

-- 
   What|Removed |Added

   Severity|normal  |critical


http://sourceware.org/bugzilla/show_bug.cgi?id=4184

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/4184] # 0 2 doesn't work with gcc 4.3 revision 122913

2007-03-14 Thread hjl at lucon dot org

--- Additional Comments From hjl at lucon dot org  2007-03-14 19:52 ---
(In reply to comment #3)
 It may have something to do with the assembler input buffer size. I
 think we ran into a similar problem before.

See

http://sourceware.org/ml/binutils/2003-06/msg00211.html

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=4184

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/4184] # 0 2 doesn't handle assembler input buffer properly

2007-03-14 Thread hjl at lucon dot org


-- 
   What|Removed |Added

Summary|# 0  2 doesn't work with  |# 0  2 doesn't handle
   |gcc 4.3 revision 122913 |assembler input buffer
   ||properly


http://sourceware.org/bugzilla/show_bug.cgi?id=4184

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/4184] # 0 2 doesn't handle assembler input buffer properly

2007-03-14 Thread hjl at lucon dot org

--- Additional Comments From hjl at lucon dot org  2007-03-14 20:25 ---
Created an attachment (id=1617)
 -- (http://sourceware.org/bugzilla/attachment.cgi?id=1617action=view)
A testcase

[EMAIL PROTECTED] line]$ make src
cc buffer.c   -o buffer
./buffer
[EMAIL PROTECTED] line]$ make
./as -32   -o buffer00.o buffer00.s
./as -32   -o buffer01.o buffer01.s
./as -32   -o buffer02.o buffer02.s
./as -32   -o buffer03.o buffer03.s
./as -32   -o buffer04.o buffer04.s
./as -32   -o buffer05.o buffer05.s
./as -32   -o buffer06.o buffer06.s
./as -32   -o buffer07.o buffer07.s
./as -32   -o buffer08.o buffer08.s
./as -32   -o buffer09.o buffer09.s
./as -32   -o buffer10.o buffer10.s
./as -32   -o buffer11.o buffer11.s
./as -32   -o buffer12.o buffer12.s
./as -32   -o buffer13.o buffer13.s
./as -32   -o buffer14.o buffer14.s
./as -32   -o buffer15.o buffer15.s
./as -32   -o buffer16.o buffer16.s
./as -32   -o buffer17.o buffer17.s
./as -32   -o buffer18.o buffer18.s
./as -32   -o buffer19.o buffer19.s
./as -32   -o buffer20.o buffer20.s
./as -32   -o buffer21.o buffer21.s
./as -32   -o buffer22.o buffer22.s
./as -32   -o buffer23.o buffer23.s
./as -32   -o buffer24.o buffer24.s
./as -32   -o buffer25.o buffer25.s
./as -32   -o buffer26.o buffer26.s
./as -32   -o buffer27.o buffer27.s
./as -32   -o buffer28.o buffer28.s
./as -32   -o buffer29.o buffer29.s
./as -32   -o buffer30.o buffer30.s
./as -32   -o buffer31.o buffer31.s
./as -32   -o buffer32.o buffer32.s
./as -32   -o buffer33.o buffer33.s
./as -32   -o buffer34.o buffer34.s
./as -32   -o buffer35.o buffer35.s
./as -32   -o buffer36.o buffer36.s
./as -32   -o buffer37.o buffer37.s
./as -32   -o buffer38.o buffer38.s
./as -32   -o buffer39.o buffer39.s
./as -32   -o buffer40.o buffer40.s
./as -32   -o buffer41.o buffer41.s
./as -32   -o buffer42.o buffer42.s
./as -32   -o buffer43.o buffer43.s
./as -32   -o buffer44.o buffer44.s
./as -32   -o buffer45.o buffer45.s
./as -32   -o buffer46.o buffer46.s
buffer46.s: Assembler messages:
buffer46.s:32754: Warning: end of file in string; '' inserted
buffer46.s:32756: Error: junk at end of line, first unrecognized character is
`'
make: *** [buffer46.o] Error 1
[EMAIL PROTECTED] line]$ 

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=4184

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/4184] # 0 2 doesn't handle assembler input buffer properly

2007-03-14 Thread aoliva at sourceware dot org

--- Additional Comments From aoliva at sourceware dot org  2007-03-15 05:24 
---
http://sourceware.org/ml/binutils/2007-03/msg00149.html

-- 
   What|Removed |Added

 AssignedTo|unassigned at sources dot   |aoliva at sourceware dot org
   |redhat dot com  |
 Status|NEW |ASSIGNED


http://sourceware.org/bugzilla/show_bug.cgi?id=4184

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils