summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ChangeLog5
-rw-r--r--src/m/ibmrs6000.h2
-rw-r--r--src/s/aix4-2.h2
3 files changed, 7 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 39f37d4517c..dcd4d2e4abc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -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.
diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h
index 4304ea90cd0..8e1d76b7e12 100644
--- a/src/m/ibmrs6000.h
+++ b/src/m/ibmrs6000.h
@@ -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) */
diff --git a/src/s/aix4-2.h b/src/s/aix4-2.h
index a1abf13466d..f4ffc606221 100644
--- a/src/s/aix4-2.h
+++ b/src/s/aix4-2.h
@@ -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) */