]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
cleanups and mach3 changes
authorDavid MacKenzie <djm@cygnus>
Wed, 15 Dec 1993 17:08:52 +0000 (17:08 +0000)
committerDavid MacKenzie <djm@cygnus>
Wed, 15 Dec 1993 17:08:52 +0000 (17:08 +0000)
bfd/ChangeLog
bfd/hosts/std-host.h

index 197b9a3198cdcb6370be486acb9f0e031e088741..3469624bc120c5e269f645ff61c80163ef53f46e 100644 (file)
@@ -1,3 +1,17 @@
+Wed Dec 15 08:04:16 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
+
+       * hosts/std-host.h: (time): Don't declare; conflicts on Mach3.
+
+       * hosts/i386mach3.h (HOST_PAGE_SIZE): Set to 1 to avoid padding.
+       (HOST_SEGMENT_SIZE): Set to 0 for same reason.
+
+       * i386mach3.c (PAGE_SIZE, SEGMENT_SIZE): Same changes as above.
+       (TEXT_START_ADDR): Correct.
+       (MY_backend_data): Define.
+
+       * aoutx.h (adjust_o_magic, adjust_z_magic, adjust_n_magic):
+       New functions; code moved from aout_<size>_adjust_sizes_and_vmas.
+
 Tue Dec 14 21:48:33 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
 
         * som.c (som_begin_writing): Fix thinkos in auxiliary header
index 88db740c269328cf586ddc0952183b6375d50390..dc16af0388bb79d8488aad8f3ab602c160e61a8b 100644 (file)
@@ -76,7 +76,7 @@ extern char *strrchr();
 extern char *ctime();
 extern int _flsbuf();
 extern int fclose();
-/* extern int time(); this causes error with time.h on mach3 */
+/*extern int time(); this causes error with time.h on mach3 */
 extern int utimes();
 extern int vfprintf();
 extern long atol();