* config/tc-alpha.c (md_shortopts, md_longopts, md_parse_option):
authorRichard Henderson <rth@redhat.com>
Sun, 1 Mar 1998 01:34:22 +0000 (01:34 +0000)
committerRichard Henderson <rth@redhat.com>
Sun, 1 Mar 1998 01:34:22 +0000 (01:34 +0000)
        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

index 84c5a51225ec9ae5bd2efec3dce9a4e2d0c0d99f..0d5afa483517cbe8b8b2009cf6705d6760203d2b 100644 (file)
@@ -1,3 +1,13 @@
+Sat Feb 28 17:28:55 1998  Richard Henderson  <rth@cygnus.com>
+
+       * 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  <rth@cygnus.com>
 
        * config/obj-elf.c [TC_ALPHA]: Include <elf/alpha.h>.