* tc-alpha.c (md_section_align): Change second argument and
authorKen Raeburn <raeburn@cygnus>
Mon, 7 Feb 1994 10:11:43 +0000 (10:11 +0000)
committerKen Raeburn <raeburn@cygnus>
Mon, 7 Feb 1994 10:11:43 +0000 (10:11 +0000)
commit4a6e1a39e762546353d6494b394721bf11da2f6d
tree5908c398df216d15a2cb5151a78903510865aae4
parentfc6b54fdf5b4664a14dbd837bccec699acb1641e
* tc-alpha.c (md_section_align): Change second argument and
return type to valueT, to agree with tc.h.
(alpha_do_align): Local static array nop_pattern is now unsigned
char, to avoid overflow warnings.
* tc-alpha.h (md_section_align): Delete declaration.

* obj-ecoff.c (ecoff_frob_file): Ensure that ecoff_data for
output bfd is non-null before indirecting through it.

Crock to get GP set right:
* tc-alpha.c (alpha_frob_ecoff_data): Renamed from alpha_frob_file.
* tc-alpha.h (tc_frob_file): Macro deleted.
* obj-ecoff.c (ecoff_frob_file) [TC_ALPHA]: Call alpha_frob_ecoff_data, then
fill in optional-header info with gp value and register masks.
gas/config/tc-alpha.c
This page took 0.025052 seconds and 4 git commands to generate.