* m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
authorDan Nicolaescu <dann@ics.uci.edu>
Sun, 21 Mar 2010 19:32:38 +0000 (12:32 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Sun, 21 Mar 2010 19:32:38 +0000 (12:32 -0700)
* s/aix4-2.h (ORDINARY_LINK): ... here.

src/ChangeLog
src/m/ibmrs6000.h
src/s/aix4-2.h

index 39f37d4..dcd4d2e 100644 (file)
@@ -1,3 +1,8 @@
+2010-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
+       * s/aix4-2.h (ORDINARY_LINK): ... here.
+
 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
 
        * Makefile.in (abs_builddir): Define.
index 4304ea9..8e1d76b 100644 (file)
@@ -81,7 +81,5 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #define BROKEN_SIGPTY
 #define BROKEN_SIGPOLL
 
-#define ORDINARY_LINK
-
 /* arch-tag: 028318ee-a7ae-4a08-804d-cc1e6588d003
    (do not change this comment) */
index a1abf13..f4ffc60 100644 (file)
@@ -170,5 +170,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #define UNEXEC unexaix.o
 
+#define ORDINARY_LINK
+
 /* arch-tag: 38fe75ea-6aef-42bd-8449-bc34d921a562
    (do not change this comment) */