OpenPKG CVS Repository
http://www.openpkg.org/cvsweb/cvsweb.cgi
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web, openpkg-src Date: 26-Aug-2002 12:29:36
Branch: HEAD Handle: 2002082611293500
Modified files:
openpkg-src/binutils binutils.patch binutils.spec
openpkg-web news.txt
Log:
branding only under FreeBSD for now
Summary:
Revision Changes Path
1.2 +1 -7 openpkg-src/binutils/binutils.patch
1.26 +1 -1 openpkg-src/binutils/binutils.spec
1.1414 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-src/binutils/binutils.patch
============================================================
$ cvs diff -u -r1.1 -r1.2 binutils.patch
--- openpkg-src/binutils/binutils.patch 22 Aug 2002 15:43:52 -0000 1.1
+++ openpkg-src/binutils/binutils.patch 26 Aug 2002 10:29:35 -0000 1.2
@@ -9,19 +9,13 @@
(*bed->s->swap_symbol_in) (ibfd, esym, (const PTR) shndx, isym);
out:
-@@ -4235,6 +4235,18 @@
+@@ -4235,6 +4235,12 @@
else
i_ehdrp->e_type = ET_REL;
+ /* OpenPKG platform branding BEGIN */
+#if defined(OPENPKG_OS_FREEBSD)
+ i_ehdrp->e_ident[EI_OSABI] = ELFOSABI_FREEBSD;
-+#elif defined(OPENPKG_OS_LINUX)
-+ i_ehdrp->e_ident[EI_OSABI] = ELFOSABI_LINUX;
-+#elif defined(OPENPKG_OS_SOLARIS)
-+ i_ehdrp->e_ident[EI_OSABI] = ELFOSABI_SOLARIS;
-+#else
-+ i_ehdrp->e_ident[EI_OSABI] = ELFOSABI_NONE;
+#endif
+ /* OpenPKG platform branding END */
+
Index: openpkg-src/binutils/binutils.spec
============================================================
$ cvs diff -u -r1.25 -r1.26 binutils.spec
--- openpkg-src/binutils/binutils.spec 26 Aug 2002 09:39:25 -0000 1.25
+++ openpkg-src/binutils/binutils.spec 26 Aug 2002 10:29:35 -0000 1.26
@@ -33,7 +33,7 @@
Group: Utility
License: GPL
Version: 2.13
-Release: 20020822
+Release: 20020826
# list of sources
Source0:
ftp://sources.redhat.com/pub/binutils/releases/binutils-%{version}.tar.bz2
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1413 -r1.1414 news.txt
--- openpkg-web/news.txt 26 Aug 2002 09:38:00 -0000 1.1413
+++ openpkg-web/news.txt 26 Aug 2002 10:29:35 -0000 1.1414
@@ -1,3 +1,4 @@
+26-Aug-2002: Upgraded package: P<binutils-2.13-20020826>
26-Aug-2002: Upgraded package: P<qt-3.0.4-20020826>
26-Aug-2002: Upgraded package: P<openpkg-20020826-20020826>
26-Aug-2002: Upgraded package: P<wml-2.0.8-20020826>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]