1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Update to 2.12.1.

This commit is contained in:
David E. O'Brien 2002-05-18 11:13:18 +00:00
parent 12f9f5a5c0
commit 89c29d2731
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59426
3 changed files with 2 additions and 21 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= binutils
PORTVERSION= 2.11.2
PORTVERSION= 2.12.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
MASTER_SITE_SUBDIR= binutils/releases

View File

@ -1 +1 @@
MD5 (binutils-2.11.2.tar.bz2) = cf268611a9d8c0924d514ccaf0360caa
MD5 (binutils-2.12.1.tar.bz2) = f67fe2e8065c5683bc34782de131f5d3

View File

@ -1,19 +0,0 @@
--- bfd/aout-arm.c.orig Mon Aug 21 10:22:41 2000
+++ bfd/aout-arm.c Mon Aug 21 10:23:42 2000
@@ -20,13 +20,13 @@
#define N_TXTADDR(x) \
- ((N_MAGIC(x) == NMAGIC) ? 0x8000 : \
+ ((N_MAGIC(x) == NMAGIC) ? 0x0000 : \
(N_MAGIC(x) != ZMAGIC) ? 0 : \
(N_SHARED_LIB(x)) ? ((x).a_entry & ~(TARGET_PAGE_SIZE - 1)) : \
TEXT_START_ADDR)
-#define TEXT_START_ADDR 0x8000
-#define TARGET_PAGE_SIZE 0x8000
+#define TEXT_START_ADDR 0x0000
+#define TARGET_PAGE_SIZE 0x1000
#define SEGMENT_SIZE TARGET_PAGE_SIZE
#define DEFAULT_ARCH bfd_arch_arm