Does a zero-sized object in BSS go away?
Kazu Hirata
kazu@cs.umass.edu
Thu Jun 19 16:00:00 GMT 2003
Hi,
Consider
.section .text
.global _main
_main:
;; Store the address of _zerosized and return.
mov.w #_zerosized,r0
rts
.comm _zerosized,0
.end
When I assemble and link this file, I get a linker error:
undefined reference to `_zerosized'
Is the linker supposed to assign an address to _zerosized? Or simply
ignore it? I am trying this on h8300-hms.
Thanks,
Kazu Hirata
More information about the Binutils
mailing list