------- Additional Comments From hjl dot tools at gmail dot com  2008-08-18 
18:01 -------
[EMAIL PROTECTED] set-5]$ cat f.s
        .data
        .globl x
        .long x
        x=y
y:
        .long 1
z:
        .long 1
        x=z
[EMAIL PROTECTED] set-5]$ gcc -c f.s
[EMAIL PROTECTED] set-5]$ cat x.s
        .data
        .globl x
        .long x
y:
        .long 1
        x=y
z:
        .long 1
        x=z
[EMAIL PROTECTED] set-5]$ gcc -c x.s
as: x.o: symbol `x' required but not present
x.s: Assembler messages:
x.s:9: Fatal error: can't close x.o: No symbols
[EMAIL PROTECTED] set-5]$ 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |3469


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

------- 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

Reply via email to