* config/obj-elf.h (S_GET_ALIGN, S_SET_ALIGN): Define.

* config/obj-elf.c (obj_elf_common): Set alignment of common
	symbol.
	* config/tc-sparc.c (s_common): If OBJ_ELF, set alignment of
	common symbol.
This commit is contained in:
Ian Lance Taylor 1994-07-05 18:06:33 +00:00
parent 71edd06df7
commit bcb62abf05

View File

@ -1,3 +1,11 @@
Tue Jul 5 13:54:00 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
* config/obj-elf.h (S_GET_ALIGN, S_SET_ALIGN): Define.
* config/obj-elf.c (obj_elf_common): Set alignment of common
symbol.
* config/tc-sparc.c (s_common): If OBJ_ELF, set alignment of
common symbol.
Mon Jul 4 18:29:43 1994 Jeff Law (law@snake.cs.utah.edu)
* config/tc-hppa.c (is_complex): New macro.