[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/857] New: Gas doesn't warn ".set x, y" when "y' is undefined
From: |
hjl at lucon dot org |
Subject: |
[Bug gas/857] New: Gas doesn't warn ".set x, y" when "y' is undefined |
Date: |
17 Apr 2005 14:09:05 -0000 |
bash-3.00$ cat y.s
.set x, y
bash-3.00$ as -o y.o y.s
bash-3.00$ readelf -s y.o
Symbol table '.symtab' contains 5 entries:
Num: Value Size Type Bind Vis Ndx Name
0: 00000000 0 NOTYPE LOCAL DEFAULT UND
1: 00000000 0 SECTION LOCAL DEFAULT 1
2: 00000000 0 SECTION LOCAL DEFAULT 2
3: 00000000 0 SECTION LOCAL DEFAULT 3
4: 00000000 0 NOTYPE GLOBAL DEFAULT UND y
--
Summary: Gas doesn't warn ".set x,y" when "y' is undefined
Product: binutils
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: gas
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: hjl at lucon dot org
CC: bug-binutils at gnu dot org
http://sources.redhat.com/bugzilla/show_bug.cgi?id=857
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
- [Bug gas/857] New: Gas doesn't warn ".set x, y" when "y' is undefined,
hjl at lucon dot org <=