From 5facbfd428fe014c832727f2a2e08c89c56df1f6 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Mon, 7 Feb 1994 10:13:59 +0000 Subject: [PATCH] tc-alpha, obj-ecoff changes --- gas/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index d935bc39dd0..13d0a92462e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -17,6 +17,22 @@ Mon Feb 7 03:56:05 1994 Ken Raeburn (raeburn@cambridge.cygnus.com) is smaller than word size. Otherwise, we always wind up with zeros. + * config/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. + * config/tc-alpha.h (md_section_align): Delete declaration. + + * config/obj-ecoff.c (ecoff_frob_file): Ensure that ecoff_data for + output bfd is non-null before indirecting through it. + + * config/tc-alpha.c (alpha_frob_ecoff_data): Renamed from + alpha_frob_file. + * config/tc-alpha.h (tc_frob_file): Macro deleted. + * config/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. + Sun Feb 6 16:13:47 1994 Jeffrey A. Law (law@snake.cs.utah.edu) * configure.in (hiux): Fixes from m-kasahr@sramhc.sra.co.JP. -- 2.30.2