From mboxrd@z Thu Jan 1 00:00:00 1970 From: baford@schirf.cs.utah.edu (Bryan Ford) To: gas2@cygnus.com Subject: Relocation bug in i386-gnu-as Date: Sun, 19 Feb 1995 11:04:00 -0000 Message-id: <199502191906.MAA27970@schirf.cs.utah.edu> X-SW-Source: 1995/msg00020.html Given the following input: .text nop nop nop nop foo: .data .long 0xdeadbeef bar: .long foo .long 0xbadf00d the resulting value of 'bar' is consistently twice what it should be (8 in this case instead of 4). It's probably getting relocated twice for some reason. I'm using the gas-950208 snapshot. Sorry if this has already been reported (it seems too obvious to survive for long undetected). Thanks! Bryan