From 626d6b2e55cfa7c8b1d3103bde971101dedf7ca5 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Sun, 1 Mar 1998 01:34:22 +0000 Subject: [PATCH] * config/tc-alpha.c (md_shortopts, md_longopts, md_parse_option): Recognize -GN and -relax. (md_begin): Initialize gp size from -G switch. (alpha_force_relocation): Always force if -relax. (alpha_align): Take a new argument that will specify when to emit an R_ALPHA_ALIGN relocation (though we don't do that now). Change all callers. Emit nop alignment padding as nop+unop pair. --- gas/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index 84c5a51225e..0d5afa48351 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +Sat Feb 28 17:28:55 1998 Richard Henderson + + * config/tc-alpha.c (md_shortopts, md_longopts, md_parse_option): + Recognize -GN and -relax. + (md_begin): Initialize gp size from -G switch. + (alpha_force_relocation): Always force if -relax. + (alpha_align): Take a new argument that will specify when to + emit an R_ALPHA_ALIGN relocation (though we don't do that now). + Change all callers. Emit nop alignment padding as nop+unop pair. + Sat Feb 28 17:06:22 1998 Richard Henderson * config/obj-elf.c [TC_ALPHA]: Include . -- 2.30.2