diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-01-09 01:07:28 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-01-09 01:07:28 +0000 |
commit | e7ae5f9d95bc04faa9e04f2c7580931be8fb6041 (patch) | |
tree | c8500cc517f9c8305622a1718b2e95e2c8feeaab /dev-util/fenris/files/fenris-0.07m-dress.c.patch | |
parent | CVS snapshot for Jan 2004 (diff) | |
download | historical-e7ae5f9d95bc04faa9e04f2c7580931be8fb6041.tar.gz historical-e7ae5f9d95bc04faa9e04f2c7580931be8fb6041.tar.bz2 historical-e7ae5f9d95bc04faa9e04f2c7580931be8fb6041.zip |
version bump to the latest devel version. mirroring versioned source on gentoo mirrors. added many patches to fix compilation again binutils and gcc plus remove certain cruft from the makefile. should fix (#21190) finally
Diffstat (limited to 'dev-util/fenris/files/fenris-0.07m-dress.c.patch')
-rw-r--r-- | dev-util/fenris/files/fenris-0.07m-dress.c.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-util/fenris/files/fenris-0.07m-dress.c.patch b/dev-util/fenris/files/fenris-0.07m-dress.c.patch new file mode 100644 index 000000000000..edbcc1ae0349 --- /dev/null +++ b/dev-util/fenris/files/fenris-0.07m-dress.c.patch @@ -0,0 +1,29 @@ +--- fenris/dress.c 2002-08-05 16:08:56.000000000 +0100 ++++ fenris.new/dress.c 2004-01-08 23:34:03.536699488 +0000 +@@ -141,7 +141,7 @@ + int main(int argc,char* argv[]) { + bfd* b; + char opt; +- struct sec* ss; ++ asection* ss; + int fi; + int i; + +@@ -263,7 +263,7 @@ + + void copier(char* src,char* dst,char* secname) { + +- struct sec* s; ++ asection* s; + bfd *ibfd,*obfd; + + bfd_init(); +@@ -288,7 +288,7 @@ + debug("[+] Setting up sections: "); + + while (s) { +- struct sec* os; ++ asection* os; + + os=bfd_make_section_anyway(obfd,bfd_section_name(ibfd,s)); + if (s->name[0]=='.') debug("%s ",bfd_section_name(ibfd,s)); |