[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/11509] Strange evaluation of symbol containing register
From: |
hjl dot tools at gmail dot com |
Subject: |
[Bug gas/11509] Strange evaluation of symbol containing register |
Date: |
20 Apr 2010 21:17:07 -0000 |
------- Additional Comments From hjl dot tools at gmail dot com 2010-04-20
21:17 -------
This test failed:
address@hidden pr11509]$ cat 1.s
.intel_syntax noprefix
.eqv param, ebp-4
address@hidden pr11509]$ ./as --32 -o 1.o 1.s
1.s: Assembler messages:
1.s:3: Error: can't make global register symbol `param'
address@hidden pr11509]$
I think it is a bad idea to use ".eqv param, ebp-4".
--
http://sourceware.org/bugzilla/show_bug.cgi?id=11509
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.