Fix linker tests to work with 16-bit targets.
[deliverable/binutils-gdb.git] / ld / emultempl / spu_ovl.S
index b82563d0f3daf254b30a8961558331a5022ec0c9..08b78a1d39e029bfc584974afcb02b53428bb63b 100644 (file)
@@ -1,6 +1,6 @@
 /* Overlay manager for SPU.
 
-   Copyright (C) 2006-2016 Free Software Foundation, Inc.
+   Copyright (C) 2006-2020 Free Software Foundation, Inc.
 
    This file is part of the GNU Binutils.
 
 #define irq_stat       save4
 
        .text
-       .align  4
+       .align  4
        .type   __rv_pattern, @object
        .size   __rv_pattern, 16
 __rv_pattern:
@@ -126,7 +126,7 @@ __ovly_current:
  * Load the previous overlay and jump to the caller return address.
  * Updates __ovly_current.
  */
-       .align  4
+       .align  4
        .global __ovly_return
        .type   __ovly_return, @function
 __ovly_return:
@@ -446,7 +446,7 @@ __ovly_xfer_loop:
 #endif
        andc    oldvma, oldvma, pbit                            # 0,2   77
        lqd     save1, -16($sp)                                 # 1,6   77
-       nop                                                     # 0,0   78
+       nop                                                     # 0,0   78
 #lnop
 #nop
        stqx    oldvma, tab5, off5                              # 1,6   79
This page took 0.023933 seconds and 4 git commands to generate.