binutils-vl.spec 53 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519
  1. # rpmbuild parameters:
  2. # --with debug: Build without optimizations and without splitting the debuginfo.
  3. # --without testsuite: Do not run the testsuite. Default is to run it.
  4. # --with testsuite: Run the testsuite. Default --with debug is not to run it.
  5. %define binutils_target %{_target_platform}
  6. %define isnative 1
  7. %define enable_shared 1
  8. Summary: A GNU collection of binary utilities.
  9. Summary(ja): GNU 版バイナリユーティリティ集
  10. Name: binutils
  11. Version: 2.26
  12. Release: 4%{?_dist_release}
  13. License: GPLv3+
  14. Group: Development/Tools
  15. URL: http://sources.redhat.com/binutils
  16. Vendor: Project Vine
  17. Distribution: Vine Linux
  18. Packager: kenta, shaolin, inagaki
  19. # Source: ftp://ftp.kernel.org/pub/linux/devel/binutils/binutils-%{version}.tar.bz2
  20. # The ftp.kernel.org/pub/linux/devel/binutils/ page is (temporarily) unavailable
  21. # so we use the GNU site instead.
  22. # Source: ftp://ftp.kernel.org/pub/linux/devel/binutils/binutils-%{version}.tar.bz2
  23. Source: http://ftp.gnu.org/gnu/binutils/binutils-%{version}.tar.bz2
  24. Source2: binutils-2.19.50.0.1-output-format.sed
  25. Patch01: binutils-2.20.51.0.12-libtool-lib64.patch
  26. Patch03: binutils-2.20.51.0.2-ia64-lib64.patch
  27. Patch04: binutils-2.26-version.patch
  28. Patch05: binutils-2.26-set-long-long.patch
  29. Patch07: binutils-2.26-copy-osabi.patch
  30. Patch08: binutils-2.26-sec-merge-emit.patch
  31. Patch09: binutils-2.26-symbol-version.patch
  32. Patch1001: binutils-2.26-uio-vine.patch
  33. %if %{?_dist_release} > vl6
  34. %define gold_arches %ix86 x86_64
  35. %endif
  36. %if 0%{?_with_debug:1}
  37. # Define this if you want to skip the strip step and preserve debug info.
  38. # Useful for testing.
  39. %define __debug_install_post : > %{_builddir}/%{?buildsubdir}/debugfiles.list
  40. %define debug_package %{nil}
  41. %define run_testsuite 0%{?_with_testsuite:1}
  42. %else
  43. %define run_testsuite 0%{!?_without_testsuite:1}
  44. %endif
  45. Buildroot: %{_tmppath}/%{name}-%{version}-root
  46. BuildRequires: texinfo >= 4.0, gettext, flex, bison, zlib-devel
  47. # Required for: ld-bootstrap/bootstrap.exp bootstrap with --static
  48. # It should not be required for: ld-elf/elf.exp static {preinit,init,fini} array
  49. %if %{run_testsuite}
  50. BuildRequires: dejagnu, zlib-static, glibc-devel, sharutils
  51. #BuildRequires: dejagnu, zlib-static, glibc-static, sharutils
  52. %endif
  53. Conflicts: gcc-c++ < 4.0.0
  54. Requires(post): /sbin/install-info
  55. Requires(preun): /sbin/install-info
  56. %ifarch ia64
  57. Obsoletes: gnupro
  58. %endif
  59. # The higher of these two numbers determines the default ld.
  60. %{!?ld_bfd_priority: %define ld_bfd_priority 50}
  61. %{!?ld_gold_priority:%define ld_gold_priority 30}
  62. %ifarch %gold_arches
  63. Requires(post): coreutils
  64. Requires(post): alternatives
  65. Requires(preun): alternatives
  66. %endif
  67. # On ARM EABI systems, we do want -gnueabi to be part of the
  68. # target triple.
  69. %ifnarch %{arm}
  70. %define _gnu %{nil}
  71. %endif
  72. %description
  73. Binutils is a collection of binary utilities, including ar (for
  74. creating, modifying and extracting from archives), as (a family of GNU
  75. assemblers), gprof (for displaying call graph profile data), ld (the
  76. GNU linker), nm (for listing symbols from object files), objcopy (for
  77. copying and translating object files), objdump (for displaying
  78. information from object files), ranlib (for generating an index for
  79. the contents of an archive), size (for listing the section sizes of an
  80. object or archive file), strings (for listing printable strings from
  81. files), strip (for discarding symbols), and addr2line (for converting
  82. addresses to file and line).
  83. %description -l ja
  84. Binutils はバイナリユーティリティ集です。 ar (アーカイブの作成、修正、
  85. 取り出しを行う)、as (GNU アセンブラファミリ)、gprof (グラフプロファイル
  86. データの表示)、ld (GNU リンカ)、nm (オブジェクトファイルのシンボル一覧を
  87. 表示)、objcopy (オブジェクトファイルのコピー,変換を行う)、
  88. objdump (オブジェクトファイルの情報を表示する)、ranlib (アーカイブの内容
  89. 一覧を作成)、size (オブジェクトやアーカイブのセクションサイズを表示)、
  90. strings (ファイルから表示可能な文字列を表示する)、strip (シンボルを
  91. 削除する)、addr2line (アドレスをファイル等に変換する) などが含まれています。
  92. %package devel
  93. Summary: BFD and opcodes static libraries and header files
  94. Group: Development/Libraries
  95. Conflicts: binutils < 2.17.50.0.3-4
  96. Requires(post): /sbin/install-info
  97. Requires(preun): /sbin/install-info
  98. Requires: zlib-devel
  99. %description devel
  100. This package contains BFD and opcodes static libraries and associated
  101. header files. Only *.a libraries are included, because BFD doesn't
  102. have a stable ABI. Developers starting new projects are strongly encouraged
  103. to consider using libelf instead of BFD.
  104. %prep
  105. %setup -q
  106. %patch01 -p0 -b .libtool-lib64~
  107. %ifarch ia64
  108. %if "%{_lib}" == "lib64"
  109. %patch03 -p0 -b .ia64-lib64~
  110. %endif
  111. %endif
  112. %patch04 -p1 -b .version~
  113. %patch05 -p1 -b .set-long-long~
  114. %patch07 -p1 -b .copy-osabi~
  115. %patch08 -p1 -b .sec-merge-emit~
  116. %patch09 -p1 -b .symbol-version
  117. %patch1001 -p1 -b .vine
  118. # We cannot run autotools as there is an exact requirement of autoconf-2.59.
  119. # On ppc64 we might use 64KiB pages
  120. sed -i -e '/#define.*ELF_COMMONPAGESIZE/s/0x1000$/0x10000/' bfd/elf*ppc.c
  121. # LTP sucks
  122. perl -pi -e 's/i\[3-7\]86/i[34567]86/g' */conf*
  123. sed -i -e 's/%''{release}/%{release}/g' bfd/Makefile{.am,.in}
  124. sed -i -e '/^libopcodes_la_\(DEPENDENCIES\|LIBADD\)/s,$, ../bfd/libbfd.la,' opcodes/Makefile.{am,in}
  125. # Build libbfd.so and libopcodes.so with -Bsymbolic-functions if possible.
  126. if gcc %{optflags} -v --help 2>&1 | grep -q -- -Bsymbolic-functions; then
  127. sed -i -e 's/^libbfd_la_LDFLAGS = /&-Wl,-Bsymbolic-functions /' bfd/Makefile.{am,in}
  128. sed -i -e 's/^libopcodes_la_LDFLAGS = /&-Wl,-Bsymbolic-functions /' opcodes/Makefile.{am,in}
  129. fi
  130. # Undo the name change to run the testsuite.
  131. for tool in binutils gas ld
  132. do
  133. sed -i -e "2aDEJATOOL = $tool" $tool/Makefile.am
  134. sed -i -e "s/^DEJATOOL = .*/DEJATOOL = $tool/" $tool/Makefile.in
  135. done
  136. touch */configure
  137. %build
  138. echo target is %{binutils_target}
  139. export CFLAGS="$RPM_OPT_FLAGS"
  140. CARGS=
  141. case %{binutils_target} in i?86*|sparc*|ppc*|s390*|sh*)
  142. CARGS="$CARGS --enable-64-bit-bfd"
  143. ;;
  144. esac
  145. case %{binutils_target} in ia64*)
  146. CARGS="$CARGS --enable-targets=i386-linux"
  147. ;;
  148. esac
  149. case %{binutils_target} in ppc*|ppc64*)
  150. CARGS="$CARGS --enable-targets=spu"
  151. ;;
  152. esac
  153. %if 0%{?_with_debug:1}
  154. CFLAGS="$CFLAGS -O0 -ggdb2"
  155. %define enable_shared 0
  156. %endif
  157. # We could optimize the cross builds size by --enable-shared but the produced
  158. # binaries may be less convenient in the embedded environment.
  159. %configure \
  160. --build=%{_target_platform} --host=%{_target_platform} \
  161. --target=%{binutils_target} \
  162. %ifarch %gold_arches
  163. --enable-gold=default --enable-ld \
  164. %else
  165. --enable-gold=no \
  166. %endif
  167. %if %{enable_shared}
  168. --enable-shared \
  169. %else
  170. --disable-shared \
  171. %endif
  172. $CARGS \
  173. --enable-plugins \
  174. --disable-werror \
  175. --with-bugurl=http://bugzilla.redhat.com/bugzilla/
  176. make %{_smp_mflags} tooldir=%{_prefix} all
  177. make %{_smp_mflags} tooldir=%{_prefix} info
  178. # Do not use %%check as it is run after %%install where libbfd.so is rebuild
  179. # with -fvisibility=hidden no longer being usable in its shared form.
  180. %if !%{run_testsuite}
  181. echo ====================TESTSUITE DISABLED=========================
  182. %else
  183. make -k check < /dev/null || :
  184. echo ====================TESTING=========================
  185. cat {gas/testsuite/gas,ld/ld,binutils/binutils}.sum
  186. echo ====================TESTING END=====================
  187. for file in {gas/testsuite/gas,ld/ld,binutils/binutils}.{sum,log}
  188. do
  189. ln $file binutils-%{_target_platform}-$(basename $file) || :
  190. done
  191. tar cjf binutils-%{_target_platform}.tar.bz2 binutils-%{_target_platform}-*.{sum,log}
  192. uuencode binutils-%{_target_platform}.tar.bz2 binutils-%{_target_platform}.tar.bz2
  193. rm -f binutils-%{_target_platform}.tar.bz2 binutils-%{_target_platform}-*.{sum,log}
  194. %endif
  195. %install
  196. rm -rf $RPM_BUILD_ROOT
  197. make install DESTDIR=$RPM_BUILD_ROOT
  198. make prefix=$RPM_BUILD_ROOT%{_prefix} infodir=$RPM_BUILD_ROOT%{_infodir} install-info
  199. # Rebuild libiberty.a with -fPIC.
  200. # Future: Remove it together with its header file, projects should bundle it.
  201. make -C libiberty clean
  202. make CFLAGS="-g -fPIC $RPM_OPT_FLAGS" -C libiberty
  203. # Rebuild libbfd.a with -fPIC.
  204. # Without the hidden visibility the 3rd party shared libraries would export
  205. # the bfd non-stable ABI.
  206. make -C bfd clean
  207. make CFLAGS="-g -fPIC $RPM_OPT_FLAGS -fvisibility=hidden" -C bfd
  208. # Rebuild libopcodes.a with -fPIC.
  209. make -C opcodes clean
  210. make CFLAGS="-g -fPIC $RPM_OPT_FLAGS" -C opcodes
  211. install -m 644 bfd/libbfd.a $RPM_BUILD_ROOT%{_libdir}
  212. install -m 644 libiberty/libiberty.a $RPM_BUILD_ROOT%{_libdir}
  213. install -m 644 include/libiberty.h $RPM_BUILD_ROOT%{_prefix}/include
  214. install -m 644 opcodes/libopcodes.a %{buildroot}%{_libdir}
  215. # Remove Windows/Novell only man pages
  216. rm -f $RPM_BUILD_ROOT%{_mandir}/man1/{dlltool,nlmconv,windres}*
  217. %if %{enable_shared}
  218. chmod +x $RPM_BUILD_ROOT%{_libdir}/lib*.so*
  219. %endif
  220. # Prevent programs from linking against libbfd and libopcodes
  221. # dynamically, as they are change far too often.
  222. rm -f $RPM_BUILD_ROOT%{_libdir}/lib{bfd,opcodes}.so
  223. # Remove libtool files, which reference the .so libs
  224. rm -f $RPM_BUILD_ROOT%{_libdir}/lib{bfd,opcodes}.la
  225. # Sanity check --enable-64-bit-bfd really works.
  226. grep '^#define BFD_ARCH_SIZE 64$' $RPM_BUILD_ROOT%{_prefix}/include/bfd.h
  227. # Fix multilib conflicts of generated values by __WORDSIZE-based expressions.
  228. %ifarch %{ix86} x86_64 ppc ppc64 s390 s390x sh3 sh4 sparc sparc64
  229. sed -i -e '/^#include "ansidecl.h"/{p;s~^.*$~#include <bits/wordsize.h>~;}' \
  230. -e 's/^#define BFD_DEFAULT_TARGET_SIZE \(32\|64\) *$/#define BFD_DEFAULT_TARGET_SIZE __WORDSIZE/' \
  231. -e 's/^#define BFD_HOST_64BIT_LONG [01] *$/#define BFD_HOST_64BIT_LONG (__WORDSIZE == 64)/' \
  232. -e 's/^#define BFD_HOST_64_BIT \(long \)\?long *$/#if __WORDSIZE == 32\
  233. #define BFD_HOST_64_BIT long long\
  234. #else\
  235. #define BFD_HOST_64_BIT long\
  236. #endif/' \
  237. -e 's/^#define BFD_HOST_U_64_BIT unsigned \(long \)\?long *$/#define BFD_HOST_U_64_BIT unsigned BFD_HOST_64_BIT/' \
  238. $RPM_BUILD_ROOT%{_prefix}/include/bfd.h
  239. %endif
  240. touch -r bfd/bfd-in2.h $RPM_BUILD_ROOT%{_prefix}/include/bfd.h
  241. # Generate .so linker scripts for dependencies; imported from glibc/Makerules:
  242. # This fragment of linker script gives the OUTPUT_FORMAT statement
  243. # for the configuration we are building.
  244. OUTPUT_FORMAT="\
  245. /* Ensure this .so library will not be used by a link for a different format
  246. on a multi-architecture system. */
  247. $(gcc $CFLAGS $LDFLAGS -shared -x c /dev/null -o /dev/null -Wl,--verbose -v 2>&1 | sed -n -f "%{SOURCE2}")"
  248. tee $RPM_BUILD_ROOT%{_libdir}/libbfd.so <<EOH
  249. /* GNU ld script */
  250. $OUTPUT_FORMAT
  251. /* The libz dependency is unexpected by legacy build scripts. */
  252. INPUT ( %{_libdir}/libbfd.a -liberty -lz )
  253. EOH
  254. tee $RPM_BUILD_ROOT%{_libdir}/libopcodes.so <<EOH
  255. /* GNU ld script */
  256. $OUTPUT_FORMAT
  257. INPUT ( %{_libdir}/libopcodes.a -lbfd )
  258. EOH
  259. # This one comes from gcc
  260. rm -f $RPM_BUILD_ROOT%{_infodir}/dir
  261. rm -rf $RPM_BUILD_ROOT%{_prefix}/%{binutils_target}
  262. %find_lang binutils
  263. %find_lang opcodes
  264. %find_lang bfd
  265. %find_lang gas
  266. %find_lang gprof
  267. cat opcodes.lang >> binutils.lang
  268. cat bfd.lang >> binutils.lang
  269. cat gas.lang >> binutils.lang
  270. cat gprof.lang >> binutils.lang
  271. if [ -x ld/ld-new ]; then
  272. %find_lang ld
  273. cat ld.lang >> binutils.lang
  274. fi
  275. if [ -x gold/ld-new ]; then
  276. %find_lang gold
  277. cat gold.lang >> binutils.lang
  278. fi
  279. %clean
  280. rm -rf $RPM_BUILD_ROOT
  281. %post
  282. %ifarch %gold_arches
  283. %__rm -f %{_bindir}/ld
  284. /sbin/alternatives --install %{_bindir}/ld ld \
  285. %{_bindir}/ld.bfd %{ld_bfd_priority}
  286. /sbin/alternatives --install %{_bindir}/ld ld \
  287. %{_bindir}/ld.gold %{ld_gold_priority}
  288. /sbin/alternatives --auto ld
  289. %endif
  290. /sbin/ldconfig
  291. if [ -e %{_infodir}/binutils.info.gz ]
  292. then
  293. /sbin/install-info --info-dir=%{_infodir} %{_infodir}/as.info.gz
  294. /sbin/install-info --info-dir=%{_infodir} %{_infodir}/binutils.info.gz
  295. /sbin/install-info --info-dir=%{_infodir} %{_infodir}/gprof.info.gz
  296. /sbin/install-info --info-dir=%{_infodir} %{_infodir}/ld.info.gz
  297. fi
  298. %preun
  299. %ifarch %gold_arches
  300. if [ $1 = 0 ]; then
  301. /sbi/alternatives --remove ld %{_bindir}/ld.gold
  302. /sbin/alternatives --remove ld %{_bindir}/ld.bfd
  303. fi
  304. %endif
  305. if [ $1 = 0 ] ;then
  306. if [ -e %{_infodir}/binutils.info.gz ]
  307. then
  308. /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/as.info.gz
  309. /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/binutils.info.gz
  310. /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/gprof.info.gz
  311. /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/ld.info.gz
  312. fi
  313. fi
  314. %postun -p /sbin/ldconfig
  315. %post devel
  316. if [ -e %{_infodir}/bfd.info.gz ]
  317. then
  318. /sbin/install-info --info-dir=%{_infodir} %{_infodir}/bfd.info.gz
  319. fi
  320. %preun devel
  321. if [ $1 = 0 ] ;then
  322. if [ -e %{_infodir}/bfd.info.gz ]
  323. then
  324. /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/bfd.info.gz
  325. fi
  326. fi
  327. %files -f binutils.lang
  328. %defattr(-,root,root,-)
  329. %doc README
  330. %{_bindir}/*
  331. %ifarch %gold_arches
  332. %ghost %{_bindir}/ld
  333. %endif
  334. %{_mandir}/man1/*
  335. %if %{enable_shared}
  336. %{_libdir}/lib*.so
  337. %exclude %{_libdir}/libbfd.so
  338. %exclude %{_libdir}/libopcodes.so
  339. %endif
  340. %{_infodir}/[^b]*info*
  341. %{_infodir}/binutils*info*
  342. %files devel
  343. %defattr(-,root,root)
  344. %{_prefix}/include/*
  345. %{_libdir}/libbfd.so
  346. %{_libdir}/libopcodes.so
  347. %{_libdir}/lib*.a
  348. %{_infodir}/bfd*info*
  349. %changelog
  350. * Sun Jun 26 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.26-4
  351. - rebuild with gcc-5.4.0
  352. * Tue May 24 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.26-3
  353. - rebuilt only.
  354. * Sun May 22 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.26-2
  355. - added Patch09 (binutils-2.26-symbol-version.patch).
  356. * Sat May 07 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.26-1
  357. - update to 2.26
  358. - update Patch04 (binutils-2.26-version.patch)
  359. - update Patch05 (binutils-2.26-set-long-long.patch)
  360. - remove Patch06 (binutils-2.23.2-build-id.patch)
  361. - update Patch07 (binutils-2.26-copy-osabi.patch)
  362. - update Patch08 (binutils-2.26-sec-merge-emit.patch)
  363. - add Patch1001: binutils-2.26-uio-vine.patch
  364. * Sun Dec 13 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.23.2-2
  365. - rebuild with VineSeed environment
  366. * Mon Nov 04 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.23.2-1
  367. - update to 2.23.2
  368. - remove Patch02 (binutils-2.20.51.0.12-ppc64-pie.patch)
  369. - update Patch06 (binutils-2.23.2-build-id.patch)
  370. * Tue Oct 01 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.22-3
  371. - rebuild with gcc-4.8.1
  372. * Sat Jan 14 2012 NAKAMURA Kenta <kenta@vinelinux.org> - 2.22-2
  373. - enabled linker plugins support
  374. * Fri Nov 25 2011 NAKAMURA Kenta <kenta@vinelinux.org> - 2.22-1
  375. - updated to 2.22 (gnu.org)
  376. - updated Patch06: build-id patch
  377. - dropped Patch09: gold-plugins patch
  378. * Sun Apr 03 2011 NAKAMURA Kenta <kenta@vinelinux.org> - 2.20.51.0.12-1
  379. - updated to 2.20.51.0.12
  380. - updated --build-id patch.
  381. - dropped redundant patches:
  382. binutils-2.20.51.0.2-envvar-revert.patch,
  383. binutils-2.20.51.0.2-add-needed.patch,
  384. binutils-2.20.51.0.2-ifunc-ld-s.patch,
  385. binutils-2.20.51.0.2-lwp.patch,
  386. binutils-2.20.51.0.2-gas-expr.patch,
  387. binutils-2.20.51.0.2-ppc-hidden-plt-relocs.patch.
  388. * Tue Apr 6 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.20.51.0.2-5
  389. - rebuilt with gcc-4.4.3-4
  390. * Mon Feb 8 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.20.51.0.2-4
  391. - rebuilt with gcc-4.4.3-3
  392. * Mon Feb 1 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.20.51.0.2-3
  393. - add Patch12 and Patch13 for PR 10856 and 11088 respectively
  394. * Mon Jan 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.20.51.0.2-2
  395. - rebuilt with gcc-4.4.3
  396. * Sun Nov 8 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.20.51.0.2-1
  397. - updated to 2.20.51.0.2
  398. * Wed Sep 24 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.18.50.0.6-1
  399. - updated to 2.18.50.0.6
  400. * Wed Jul 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.17.50.0.18-3
  401. - new versioning policy
  402. - rebuild with gcc-4.1.2-18
  403. * Sun Feb 10 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.17.50.0.18-1vl2
  404. - rebuilt with glibc-2.7-2vl3 and gcc-4.1.2-0vl17
  405. * Wed Feb 06 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.17.50.0.18-1vl1
  406. - updated to 2.17.50.0.18
  407. - Thu Aug 16 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.18-1
  408. - update to 2.17.50.0.18
  409. - GPLv3+
  410. - preserve .note.gnu.build-id in objcopy --only-keep-debug (#251935)
  411. - fix sparc64/alpha broken by --build-id patch (#252936)
  412. - update License tag
  413. - fix ld crash with --build-id and non-ELF output format (Alan Modra, BZ#4923)
  414. - Tue Jul 31 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.17-7
  415. - fix ppc32 secure PLT detection (Alan Modra)
  416. - Wed Jul 25 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.17-6
  417. - rebuilt to make sure even libbfd.so and libopcodes.so aren't
  418. broken by #249435
  419. - Tue Jul 24 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.17-5
  420. - add .note.gnu.build-id into default linker script (#249435)
  421. - Tue Jul 24 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.17-4
  422. - don't kill the %%{_gnu} part of target name on arm
  423. (Lennert Buytenhek, #243516)
  424. - create just one PT_NOTE segment header for all consecutive SHT_NOTE
  425. sections
  426. - Wed Jul 18 2007 Roland McGrath <roland@redhat.com> 2.17.50.0.17-3
  427. - fix for ld --build-id
  428. - Sun Jul 15 2007 Roland McGrath <roland@redhat.com> 2.17.50.0.17-2
  429. - ld --build-id support
  430. - Wed Jun 27 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.17-1
  431. - update to 2.17.50.0.17
  432. - Tue Jun 12 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.16-1
  433. - update to 2.17.50.0.16
  434. - Sat Apr 14 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.12-4
  435. - fix linking non-ELF input objects into ELF output (#235747)
  436. - Wed Mar 14 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.12-3
  437. - don't require matching ELF_OSABI for target vecs with ELFOSABI_NONE,
  438. only prefer specific osabi target vecs over the generic ones
  439. (H.J.Lu, #230964, BZ#3826)
  440. - build libbfd.so and libopcodes.so with -Bsymbolic-functions
  441. - Fri Mar 2 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.12-2
  442. - ignore install-info errors from scriptlets (#223678)
  443. - Thu Mar 1 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.12-1
  444. - update to 2.17.50.0.12
  445. - revert the misdesigned LD_SYMBOLIC{,_FUNCTIONS} env var support,
  446. only support -Bsymbolic/-Bsymbolic-functions/--dynamic-list*
  447. - Mon Jan 8 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.9-1
  448. - update to 2.17.50.0.9
  449. - fix tekhex reader
  450. - Sat Dec 23 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.8-2
  451. - fix --as-needed on ppc64 (#219629)
  452. - Sun Dec 3 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.8-1
  453. - update to 2.17.50.0.8
  454. - initialize frch_cfi_data (BZ#3607)
  455. - Fri Dec 1 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.7-1
  456. - update to 2.17.50.0.7
  457. - .cfi_personality and .cfi_lsda directives, per subsection .cfi_*
  458. directives, better .eh_frame CIE merging
  459. - Thu Nov 9 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.6-3
  460. - fix popcnt instruction assembly and disassembly on amd64 (#214767)
  461. * Mon Jan 07 2008 Shu KONNO <owa@bg.wakwak.com> 2.17.50.0.6-2vl5
  462. - dropt unnecessary changes of 2.17.50.0.6-2vl4
  463. * Fri Jan 04 2008 Shu KONNO <owa@bg.wakwak.com> 2.17.50.0.6-2vl4
  464. - added -fPIC to make (if x86_64)
  465. * Sat Jul 28 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.17.50.0.6-2vl3
  466. - rebuild with gcc-4.1.2-0vl12
  467. - changed devel package Group to Development/Libraries
  468. * Sun May 13 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.17.50.0.6-2vl2
  469. - rebuild with gcc-4.1.2-0vl7 (expecially for ppc)
  470. * Sun May 13 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.17.50.0.6-2vl1
  471. - updated to 2.17.50.0.6
  472. - Thu Dec 21 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.6-2.fc6
  473. - update to 2.17.50.0.6
  474. - fix for section relative linker script defined symbols in
  475. empty sections (#212032, BZ#3267)
  476. - fix handling of DW_CFA_set_loc in .eh_frame optimizations
  477. - fix R_PPC_{PLT,GOT{,_TLSGD,_TLSLD,_TPREL,_DTPREL}}16_HA relocation
  478. handling with weak undefined symbols (Alan Modra, #211094)
  479. - fix --cref (#212099)
  480. - fix --emit-relocs on ppc64 (#211991)
  481. - fix popcnt instruction assembly and disassembly on amd64 (#214767)
  482. * Sat May 12 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.17.50.0.3-6vl2
  483. - rebuilt with gcc-4.1.2-0vl6 and glibc-2.5-12vl1
  484. * Sun May 06 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.17.50.0.3-6vl1
  485. - rebuild
  486. * Tue Apr 03 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.17.50.0.3-6vl0
  487. - initial build for VineSeed based on FC 2.17.50.0.3-6
  488. * Tue Sep 12 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.3-6
  489. - fix multilib conflict in %{_prefix}/include/bfd.h
  490. * Tue Sep 12 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.3-5
  491. - fix efi-app-ia64 magic number (#206002, BZ#3171)
  492. * Tue Sep 5 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.3-4
  493. - link libopcodes*.so against libbfd*.so (#202327)
  494. - split *.a and header files into binutils-devel
  495. * Fri Aug 18 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.3-3
  496. - on ppc and ppc64 increase default -z commonpagesize to 64K (#203001)
  497. * Fri Jul 28 2006 Alexandre Oliva <aoliva@redhat.com> 2.17.50.0.3-2
  498. - do not infer x86 arch implicitly based on instruction in the input
  499. (#200330)
  500. * Mon Jul 17 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.3-1
  501. - update to 2.17.50.0.3
  502. * Fri Jul 14 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.2-8
  503. - add support for new AMDFAM10 instructions (#198281, IT#97662)
  504. - add -march=/-mtune= gas support on x86/x86-64
  505. - x86/x86-64 nop insn improvements
  506. - fix DT_GNU_HASH shift count value computation
  507. * Tue Jul 11 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.2-7
  508. - add DT_GNU_HASH support (--hash-style=gnu and --hash-style=both
  509. ld options)
  510. * Thu Jun 29 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.2-4
  511. - fix i?86 TLS GD->IE transition in executables (#196157, BZ#2513)
  512. * Mon Jun 19 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.2-3
  513. - fix two places in ld that misbehaved with MALLOC_PERTURB_=N
  514. - fix .tls_common handling in relocatable linking
  515. * Mon Jun 5 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.2-2
  516. - fix --as-needed (Alan Modra, #193689, BZ#2721)
  517. * Thu Jun 1 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.2-1
  518. - update to 2.17.50.0.2
  519. - update from CVS to 20060601
  520. - speed up the ELF linker by caching the result of kept section check
  521. (H.J. Lu)
  522. * Tue May 9 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.1-1
  523. - update to 2.17.50.0.1
  524. * Fri Mar 31 2006 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.6-6
  525. - fix ld error message formatting, so that collect2 parser can
  526. parse it again for g++ -frepo (#187142)
  527. * Thu Mar 9 2006 Alexandre Oliva <aoliva@redhat.com> 2.16.91.0.6-4
  528. - fix relaxation of TLS GD to LE on PPC (#184590)
  529. * Fri Mar 3 2006 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.6-3
  530. - support DW_CFA_val_{offset,offset_sf,expression} in readelf/objdump
  531. * Tue Feb 28 2006 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.6-2
  532. - add MNI support on i?86/x86_64 (#183080)
  533. - support S signal frame augmentation flag in .eh_frame,
  534. add .cfi_signal_frame support (#175951, PR other/26208, BZ#300)
  535. * Tue Feb 14 2006 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.6-1
  536. - update to 2.16.91.0.6
  537. - fix ppc64 --gc-sections
  538. - disassembler fixes for x86_64 cr/debug regs
  539. - fix linker search order for DT_NEEDED libs
  540. * Mon Jan 02 2006 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.5-1
  541. - update to 2.16.91.0.5
  542. - don't error about .toc1 references to discarded sectiosn on ppc64
  543. (#175944)
  544. * Wed Dec 14 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.3-2
  545. - put .gnu.linkonce.d.rel.ro.* sections into relro region
  546. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  547. - rebuilt
  548. * Fri Nov 11 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.3-1
  549. - update to 2.16.91.0.3
  550. - add .weakref support (Alexandre Oliva, #115157, #165728)
  551. * Thu Aug 18 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.2-4
  552. - install-info also configure.info
  553. - update standards.texi from gnulib (#165530)
  554. * Tue Aug 16 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.2-3
  555. - update to 20050816 CVS
  556. - better fix for ld-cdtest
  557. - fix symbol version script parsing
  558. * Fri Jul 29 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.2-2
  559. - don't complain about relocs to discarded sections in ppc32
  560. .got2 sections (Alan Modra, PR target/17828)
  561. * Fri Jul 22 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.2-1
  562. - update to 2.16.91.0.2
  563. * Thu Jul 21 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.1-3
  564. - fix buffer overflow in readelf ia64 unwind printing code
  565. - use vsnprintf rather than vsprintf in gas diagnostics (Tavis Ormandy)
  566. - fix ld-cdtest when CFLAGS contains -fexceptions
  567. * Wed Jul 20 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.1-2
  568. - update to 20050720 CVS
  569. * Mon Jul 11 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.1-1
  570. - update to 2.16.91.0.1 plus 20050708 CVS
  571. * Wed Jun 15 2005 Jakub Jelinek <jakub@redhat.com> 2.16.90.0.3-1
  572. - update to 2.16.90.0.3
  573. - update to 20050615 CVS
  574. - ppc32 secure PLT support (Alan Modra)
  575. - further bfd/readelf robustification
  576. * Sat Jun 11 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2.2-4
  577. - further bfd robustification (CAN-2005-1704, #158680)
  578. * Fri Jun 10 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2.2-3
  579. - further objdump and readelf robustification (CAN-2005-1704, #158680)
  580. * Wed May 25 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2.2-2
  581. - bfd and readelf robustification (CAN-2005-1704, #158680)
  582. * Tue Mar 29 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2.2-1
  583. - update to 2.15.94.0.2.2
  584. - speed up walk_wild_section (Robert O'Callahan)
  585. * Mon Mar 7 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2-4
  586. - rebuilt with GCC 4
  587. * Mon Feb 28 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2-3
  588. - fix buffer overflows in readelf (#149506)
  589. - move c++filt to binutils from gcc-c++, conflict with gcc-c++ < 4.0 (#86333)
  590. * Thu Feb 10 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2-1
  591. - update to 2.15.94.0.2
  592. - fix .note.GNU-stack/PT_GNU_STACK computation in linker on ppc64 (#147296)
  593. - fix stripping of binaries/libraries that have empty sections right before
  594. .dynamic section (with the same starting address; #144038)
  595. - handle AS_NEEDED (...) in linker script INPUT/GROUP
  596. * Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-11
  597. - fix a longstanding -z relro bug
  598. * Mon Dec 13 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-10
  599. - avoid unnecessary gap with -z relro showing on i686 libc.so
  600. - ppc64 --emit-relocs fix (Alan Modra)
  601. - don't crash if STT_SECTION symbol has incorrect st_shndx (e.g. SHN_ABS,
  602. as created by nasm; #142181)
  603. - don't try to make absptr LSDAs relative if they don't have relocations
  604. against them (Alan Modra, #141162)
  605. * Wed Oct 27 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-5.EL4
  606. - fix ar xo (#104344)
  607. * Wed Oct 20 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-5
  608. - fix --just-symbols on ppc64 (Alan Modra, #135498)
  609. * Fri Oct 15 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-4
  610. - fix code detecting matching linkonce and single member comdat
  611. group sections (#133078)
  612. * Mon Oct 11 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-3
  613. - revert Sep 09 change to make ppc L second argument e.g. for tlbie
  614. non-optional
  615. - fix stripping of prelinked binaries and libraries (#133734)
  616. - allow strings(1) on 32-bit arches to be used again with > 2GB
  617. files (#133555)
  618. * Mon Oct 4 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-2
  619. - update to 2.15.92.0.2
  620. - change ld's ld.so.conf parser to match ldconfig's (#129340)
  621. * Mon Sep 20 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-9
  622. - avoid almost 1MB (sparse) gaps in the middle of -z relro
  623. libraries on x86-64 (Andreas Schwab)
  624. - fix -z relro to make sure end of PT_GNU_RELRO segment is always
  625. COMMONPAGESIZE aligned
  626. * Mon Aug 16 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-8
  627. - fix linker segfaults on input objects with SHF_LINK_ORDER with
  628. incorrect sh_link (H.J.Lu, Nick Clifton, #130198, BZ #290)
  629. * Mon Aug 16 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-7
  630. - resolve all undefined ppc64 .* syms to the function bodies through
  631. .opd, not just those used in brach instructions (Alan Modra)
  632. * Mon Aug 16 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-6
  633. - fix ppc64 ld --dotsyms (Alan Modra)
  634. * Mon Aug 16 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-5
  635. - various ppc64 make check fixes when using non-dot-syms gcc (Alan Modra)
  636. - fix --gc-sections
  637. - on ia64 create empty .gnu.linkonce.ia64unw*.* sections for
  638. .gnu.linkonce.t.* function doesn't need unwind info
  639. * Mon Aug 16 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-4
  640. - kill ppc64 dot symbols (Alan Modra)
  641. - objdump -d support for objects without dot symbols
  642. - support for overlapping ppc64 .opd entries
  643. * Mon Aug 9 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-3
  644. - fix a newly introduced linker crash on x86-64
  645. * Sun Aug 8 2004 Alan Cox <alan@redhat.com> 2.15.91.0.2-2
  646. - BuildRequire bison and macroise buildroot - from Steve Grubb
  647. * Fri Jul 30 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-1
  648. - update to 2.15.91.0.2
  649. - BuildRequire flex (#117763)
  650. * Wed May 19 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-7
  651. - use lib64 instead of lib directories on ia64 if %%{_lib} is
  652. set to lib64 by rpm
  653. * Sat May 15 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-6
  654. - fix a bug introduced in the ++/-- rejection patch
  655. from 2.15.90.0.3 (Alan Modra)
  656. * Tue May 4 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-5
  657. - fix s390{,x} .{,b,p2}align handling
  658. - ppc/ppc64 testsuite fix
  659. * Mon May 3 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-4
  660. - -z relro ppc/ppc64/ia64 fixes
  661. - change x86-64 .plt symbol st_size handling to match ia32
  662. - prettify objdump -d output
  663. * Tue Apr 20 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-3
  664. - several SPARC fixes
  665. * Sun Apr 18 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-2
  666. - yet another fix for .tbss handling
  667. * Fri Apr 16 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-1
  668. - update to 2.15.90.0.3
  669. * Fri Mar 26 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.1.1-2
  670. - update to 20040326 CVS
  671. - fix ppc64 weak .opd symbol handling (Alan Modra, #119086)
  672. - fix .tbss handling bug introduced
  673. * Fri Mar 26 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.1.1-1
  674. - update to 2.15.90.0.1.1
  675. * Sat Feb 21 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-8
  676. - with -z now without --enable-new-dtags create DT_BIND_NOW
  677. dynamic entry in addition to DT_FLAGS_1 with DF_1_NOW bit set
  678. * Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-7
  679. - fix -pie on ppc32
  680. * Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-6
  681. - clear .plt sh_entsize on sparc32
  682. - put whole .got into relro area with -z now -z relro
  683. * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
  684. - rebuilt
  685. * Thu Jan 22 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-4
  686. - fix -pie on IA64
  687. * Mon Jan 19 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-3
  688. - fix testcases on s390 and s390x
  689. * Fri Jan 16 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-2
  690. - fix testcases on AMD64
  691. - fix .got's sh_entsize on IA32/AMD64
  692. - set COMMONPAGESIZE on s390/s390x
  693. - set COMMONPAGESIZE on ppc32 (Alan Modra)
  694. * Fri Jan 16 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-1
  695. - update to 2.14.90.0.8
  696. * Tue Jan 13 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.7-4
  697. - fix -z relro on 64-bit arches
  698. * Mon Jan 12 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.7-3
  699. - fix some bugs in -z relro support
  700. * Fri Jan 9 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.7-2
  701. - -z relro support, reordering of RW sections
  702. * Fri Jan 9 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.7-1
  703. - update to 2.14.90.0.7
  704. * Mon Nov 24 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.6-4
  705. - fix assembly parsing of foo=(.-bar)/4 (Alan Modra)
  706. - fix IA-64 assembly parsing of (p7) hint @pause
  707. * Tue Sep 30 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.6-3
  708. - don't abort on some linker warnings/errors on IA-64
  709. * Sat Sep 20 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.6-2
  710. - fix up merge2.s to use .p2align instead of .align
  711. * Sat Sep 20 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.6-1
  712. - update to 2.14.90.0.6
  713. - speed up string merging (Lars Knoll, Michael Matz, Alan Modra)
  714. - speed up IA-64 local symbol handling during linking
  715. * Fri Sep 5 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-7
  716. - avoid ld -s segfaults introduced in 2.14.90.0.5-5 (Dmitry V. Levin,
  717. #103180)
  718. * Fri Aug 29 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-6
  719. - build old demangler into libiberty.a (#102268)
  720. - SPARC .cfi* support
  721. * Tue Aug 5 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-5
  722. - fix orphan section placement
  723. * Tue Jul 29 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-4
  724. - fix ppc64 elfvsb linker tests
  725. - some more 64-bit cleanliness fixes, give ppc64 fdesc symbols
  726. type and size (Alan Modra)
  727. * Tue Jul 29 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-3
  728. - fix 64-bit unclean code in ppc-opc.c
  729. * Mon Jul 28 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-2
  730. - fix 64-bit unclean code in tc-ppc.c
  731. * Mon Jul 28 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-1
  732. - update to 2.14.90.0.5
  733. - fix ld -r on ppc64 (Alan Modra)
  734. * Fri Jul 18 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-23
  735. - rebuilt
  736. * Thu Jul 17 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-22
  737. - fix elfNN_ia64_dynamic_symbol_p (Richard Henderson, #86661)
  738. - don't access memory beyond what was allocated in readelf
  739. (Richard Henderson)
  740. * Thu Jul 10 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-21
  741. - add .cfi_* support on ppc{,64} and s390{,x}
  742. * Tue Jul 8 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-20
  743. - remove lib{bfd,opcodes}.la (#98190)
  744. * Mon Jul 7 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-19
  745. - fix -pie support on amd64, s390, s390x and ppc64
  746. - issue relocation overflow errors for s390/s390x -fpic code when
  747. accessing .got slots above 4096 bytes from .got start
  748. * Thu Jul 3 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-18
  749. - rebuilt
  750. * Thu Jul 3 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-17
  751. - fix ia64 -pie support
  752. - require no undefined non-weak symbols in PIEs like required for normal
  753. binaries
  754. * Wed Jul 2 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-16
  755. - fix readelf -d on IA-64
  756. - build libiberty.a with -fPIC, so that it can be lined into shared
  757. libraries
  758. * Wed Jun 25 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-15
  759. - rebuilt
  760. * Wed Jun 25 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-14
  761. - added support for Intel Prescott instructions
  762. - fix hint@pause for ia64
  763. - add workaround for LTP sillyness (#97934)
  764. * Wed Jun 18 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-13
  765. - update CFI stuff to 2003-06-18
  766. - make sure .eh_frame is aligned to 8 bytes on 64-bit arches,
  767. remove padding within one .eh_frame section
  768. * Tue Jun 17 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-12
  769. - rebuilt
  770. * Tue Jun 17 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-11
  771. - one more fix for the same patch
  772. * Tue Jun 17 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-10
  773. - fix previous patch
  774. * Mon Jun 16 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-9
  775. - ensure R_PPC64_{RELATIVE,ADDR64} have *r_offset == r_addend
  776. and the other relocs have *r_offset == 0
  777. * Tue Jun 10 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-8
  778. - remove some unnecessary provides in ppc64 linker script
  779. which were causing e.g. empty .ctors/.dtors section creation
  780. * Fri Jun 6 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-7
  781. - some CFI updates/fixes
  782. - don't create dynamic relocations against symbols defined in PIE
  783. exported from its .dynsym
  784. * Wed Jun 4 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-6
  785. - update gas to 20030604
  786. - PT_GNU_STACK support
  787. * Mon Jun 2 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-5
  788. - buildrequire gettext (#91838)
  789. * Sat May 31 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-4
  790. - fix shared libraries with >= 8192 .plt slots on ppc32
  791. * Thu May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-3
  792. - rebuilt
  793. * Thu May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-2
  794. - rename ld --dynamic option to --pic-executable or --pie
  795. - fix ld --help output
  796. - document --pie/--pic-executable in ld.info and ld.1
  797. * Wed May 28 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-1
  798. - update to 2.14.90.0.4-1
  799. - gas CFI updates (Richard Henderson)
  800. - dynamic executables (Ulrich Drepper)
  801. * Tue May 20 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.2-2
  802. - fix ELF visibility handling
  803. - tidy plt entries on IA-32, ppc and ppc64
  804. * Mon May 19 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.2-1
  805. - update to 2.14.90.0.2-1
  806. * Tue May 13 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-8
  807. - fix bfd_elf_hash on 64-bit arches (Andrew Haley)
  808. * Wed Apr 30 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-7
  809. - rebuilt
  810. * Mon Apr 14 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-6
  811. - optimize DW_CFA_advance_loc4 in gas even if there is 'z' augmentation
  812. with size 0 in FDE
  813. * Fri Apr 11 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-5
  814. - fix SPARC build
  815. * Thu Apr 3 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-4
  816. - fix ppc32 plt reference counting
  817. - don't include %{_prefix}/%{_lib}/debug in the non-debuginfo package
  818. (#87729)
  819. * Mon Mar 31 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-3
  820. - make elf64ppc target native extra on ppc and elf32ppc native extra
  821. on ppc64.
  822. * Fri Mar 28 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-2
  823. - fix TLS on IA-64 with ld relaxation
  824. * Sat Mar 22 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-1
  825. - update to 2.13.90.0.20
  826. * Mon Feb 24 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-9
  827. - rebuilt
  828. * Mon Feb 24 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-8
  829. - don't strip binaries in %%install, so that there is non-empty
  830. debuginfo
  831. * Mon Feb 24 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-7
  832. - don't optimize .eh_frame during ld -r
  833. * Thu Feb 13 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-6
  834. - don't clear elf_link_hash_flags in the .symver patch
  835. - only use TC_FORCE_RELOCATION in s390's TC_FORCE_RELOCATION_SUB_SAME
  836. (Alan Modra)
  837. * Mon Feb 10 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-5
  838. - fix the previous .symver change
  839. - remove libbfd.so and libopcodes.so symlinks, so that other packages
  840. link statically, not dynamically against libbfd and libopcodes
  841. whose ABI is everything but stable
  842. * Mon Feb 10 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-4
  843. - do .symver x, x@FOO handling earlier
  844. - support .file and .loc on s390*
  845. * Mon Feb 10 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-3
  846. - handle .symver x, x@FOO in ld such that relocs against x become
  847. dynamic relocations against x@FOO (#83325)
  848. - two PPC64 TLS patches (Alan Modra)
  849. * Sun Feb 09 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-2
  850. - fix SEARCH_DIR on x86_64/s390x
  851. - fix Alpha --relax
  852. - create DT_RELA{,SZ,ENT} on s390 even if there is just .rela.plt
  853. and no .rela.dyn section
  854. - support IA-32 on IA-64 (#83752)
  855. - .eh_frame_hdr fix (Andreas Schwab)
  856. * Thu Feb 06 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-1
  857. - update to 2.13.90.0.18 + 20030121->20030206 CVS diff
  858. * Tue Feb 04 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-8
  859. - alpha TLS fixes
  860. - use .debug_line directory table to make the section tiny bit smaller
  861. - libtool fix from Jens Petersen
  862. * Sun Feb 02 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-7
  863. - sparc32 TLS
  864. * Fri Jan 24 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-6
  865. - s390{,x} TLS and two other mainframe patches
  866. * Fri Jan 17 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-5
  867. - fix IA-64 TLS IE in shared libs
  868. - .{preinit,init,fini}_array compat hack from Alexandre Oliva
  869. * Thu Jan 16 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-4
  870. - IA-64 TLS fixes
  871. - fix .plt sh_entsize on Alpha
  872. - build with %%_smp_mflags
  873. * Sat Nov 30 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-3
  874. - fix strip on TLS binaries and libraries
  875. * Fri Nov 29 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-2
  876. - fix IA-64 ld bootstrap
  877. * Thu Nov 28 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-1
  878. - update to 2.13.90.0.16
  879. - STT_TLS SHN_UNDEF fix
  880. * Wed Nov 27 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.10-4
  881. - pad .rodata.cstNN sections at the end if they aren't sized to multiple
  882. of sh_entsize
  883. - temporary patch to make .eh_frame and .gcc_except_table sections
  884. readonly if possible (should be removed when AUTO_PLACE is implemented)
  885. - fix .PPC.EMB.apuinfo section flags
  886. * Wed Oct 23 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.10-3
  887. - fix names and content of alpha non-alloced .rela.* sections (#76583)
  888. - delete unpackaged files from the buildroot
  889. * Tue Oct 15 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.10-2
  890. - enable s390x resp. s390 emulation in linker too
  891. * Mon Oct 14 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.10-1
  892. - update to 2.13.90.0.10
  893. - add a bi-arch patch for sparc/s390/x86_64
  894. - add --enable-64-bit-bfd on sparc, s390 and ppc
  895. * Thu Oct 10 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.4-3
  896. - fix combreloc testcase
  897. * Thu Oct 10 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.4-2
  898. - fix orphan .rel and .rela section placement with -z combreloc (Alan Modra)
  899. - skip incompatible linker scripts when searching for libraries
  900. * Tue Oct 1 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.4-1
  901. - update to 2.13.90.0.4
  902. - x86-64 TLS support
  903. - some IA-32 TLS fixes
  904. - some backported patches from trunk
  905. - include opcodes, ld, gas and bfd l10n too
  906. * Thu Sep 19 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.2-3
  907. - allow addends for IA-32 TLS @tpoff, @ntpoff and @dtpoff
  908. - clear memory at *r_offset of dynamic relocs on PPC
  909. - avoid ld crash if accessing non-local symbols through LE relocs
  910. - new IA-32 TLS relocs, bugfixes and testcases
  911. - use brl insn on IA-64 (Richard Henderson)
  912. - fix R_IA64_PCREL21{M,F} handling (Richard Henderson)
  913. - build in separate builddir, so that gasp tests don't fail
  914. - include localization
  915. * Thu Aug 8 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.2-2
  916. - fix R_386_TPOFF32 addends (#70824)
  917. * Sat Aug 3 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.2-1
  918. - update to 2.13.90.0.2
  919. - fix ld TLS assertion failure (#70084)
  920. - fix readelf --debug-dump= handling to match man page and --help
  921. (#68997)
  922. - fix _GLOBAL_OFFSET_TABLE gas handling (#70241)
  923. * Wed Jul 24 2002 Jakub Jelinek <jakub@redhat.com> 2.12.90.0.15-1
  924. - update to 2.12.90.0.15
  925. - TLS .tbss fix
  926. - don't use rpm %%configure macro, it is broken too often (#69366)
  927. * Thu May 30 2002 Jakub Jelinek <jakub@redhat.com> 2.12.90.0.9-1
  928. - update to 2.12.90.0.9
  929. - TLS support
  930. - remove gasp.info from %%post/%%preun (#65400)
  931. * Mon Apr 29 2002 Jakub Jelinek <jakub@redhat.com> 2.12.90.0.7-1
  932. - update to 2.12.90.0.7
  933. - run make check
  934. * Mon Apr 29 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-12
  935. - fix .hidden handling on SPARC (Richard Henderson)
  936. - don't crash when linking -shared non-pic code with SHF_MERGE
  937. - fix .eh_frame_hdr for DW_EH_PE_aligned
  938. - correctly adjust DW_EH_PE_pcrel encoded personalities in CIEs
  939. * Fri Apr 5 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-11
  940. - don't emit dynamic R_SPARC_DISP* relocs against STV_HIDDEN symbols
  941. into shared libraries
  942. * Thu Mar 21 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-10
  943. - don't merge IA-64 unwind info sections together during ld -r
  944. * Mon Mar 11 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-9
  945. - fix DATA_SEGMENT_ALIGN on ia64/alpha/sparc/sparc64
  946. * Fri Mar 8 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-8
  947. - don't crash on SHN_UNDEF local dynsyms (Andrew MacLeod)
  948. * Thu Mar 7 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-7
  949. - fix bfd configury bug (Alan Modra)
  950. * Tue Mar 5 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-6
  951. - don't copy visibility when equating symbols
  952. - fix alpha .text/.data with .previous directive bug
  953. * Tue Mar 5 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-5
  954. - fix SHF_MERGE crash with --gc-sections (#60369)
  955. - C++ symbol versioning patch
  956. * Fri Feb 22 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-4
  957. - add DW_EH_PE_absptr -> DW_EH_PE_pcrel optimization for shared libs,
  958. if DW_EH_PE_absptr cannot be converted that way, don't build the
  959. .eh_frame_hdr search table
  960. * Fri Feb 15 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-3
  961. - fix ld -N broken by last patch
  962. * Tue Feb 12 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-2
  963. - trade one saved runtime page for data segment (=almost always not shared)
  964. for up to one page of disk space where possible
  965. * Fri Feb 8 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-1
  966. - update to 2.11.93.0.2
  967. - use %%{ix86} instead of i386 for -z combreloc default (#59086)
  968. * Thu Jan 31 2002 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-10
  969. - don't create SHN_UNDEF STB_WEAK symbols unless there are any relocations
  970. against them
  971. * Wed Jan 30 2002 Bill Nottingham <notting@redhat.com> 2.11.92.0.12-9.1
  972. - rebuild (fix ia64 miscompilation)
  973. * Wed Jan 09 2002 Tim Powers <timp@redhat.com>
  974. - automated rebuild
  975. * Fri Dec 28 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-8
  976. - two further .eh_frame patch fixes
  977. * Wed Dec 19 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-7
  978. - as ld is currently not able to shrink input sections to zero size
  979. during discard_info, build a fake minimal CIE in that case
  980. - update elf-strtab patch to what was commited
  981. * Mon Dec 17 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-6
  982. - one more .eh_frame patch fix
  983. - fix alpha .eh_frame handling
  984. - optimize elf-strtab finalize
  985. * Sat Dec 15 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-5
  986. - yet another fix for the .eh_frame patch
  987. * Fri Dec 14 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-4
  988. - Alan Modra's patch to avoid crash if there is no dynobj
  989. * Thu Dec 13 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-3
  990. - H.J.'s patch to avoid crash if input files are not ELF
  991. - don't crash if a SHF_MERGE for some reason could not be merged
  992. - fix objcopy/strip to preserve SHF_MERGE sh_entsize
  993. - optimize .eh_frame sections, add PT_GNU_EH_FRAME support
  994. - support anonymous version tags in version script
  995. * Tue Nov 27 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-2
  996. - fix IA-64 SHF_MERGE handling
  997. * Tue Nov 27 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-1
  998. - update to 2.11.92.0.12
  999. - optimize .dynstr and .shstrtab sections (#55524)
  1000. - fix ld.1 glitch (#55459)
  1001. - turn relocs against SHF_MERGE local symbols with zero addend
  1002. into STT_SECTION + addend
  1003. - remove man pages for programs not included (nlmconv, windres, dlltool;
  1004. #55456, #55461)
  1005. - add BuildRequires for texinfo
  1006. * Thu Oct 25 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.7-2
  1007. - duh, fix strings on bfd objects (#55084)
  1008. * Sat Oct 20 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.7-1
  1009. - update to 2.11.92.0.7
  1010. - remove .rel{,a}.dyn from output if it is empty
  1011. * Thu Oct 11 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.5-2
  1012. - fix strings patch
  1013. - use getc_unlocked in strings to speed it up by 50% on large files
  1014. * Wed Oct 10 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.5-1
  1015. - update to 2.11.92.0.5
  1016. - binutils localization (#45148)
  1017. - fix typo in REPORT_BUGS_TO (#54325)
  1018. - support files bigger than 2GB in strings (#54406)
  1019. * Wed Sep 26 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-12
  1020. - on IA-64, don't mix R_IA64_IPLTLSB relocs with non-PLT relocs in
  1021. .rela.dyn section.
  1022. * Tue Sep 25 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-11
  1023. - add iplt support for IA-64 (Richard Henderson)
  1024. - switch to new section flags for SHF_MERGE and SHF_STRINGS, put
  1025. in compatibility code
  1026. - "s" section flag for small data sections on IA-64 and Alpha
  1027. (Richard Henderson)
  1028. - fix sparc64 .plt[32768+] handling
  1029. - don't emit .rela.stab on sparc
  1030. * Mon Sep 10 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-10
  1031. - fix SHF_MERGE on Sparc
  1032. * Fri Aug 31 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-9
  1033. - on Alpha, copy *r_offset to R_ALPHA_RELATIVE's r_addend
  1034. * Thu Aug 30 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-8
  1035. - on IA-64, put crtend{,S}.o's .IA_64.unwind section last in
  1036. .IA_64.unwind output section (for compatibility with 7.1 eh)
  1037. * Fri Aug 24 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-7
  1038. - put RELATIVE relocs first, not last
  1039. - enable -z combreloc by default on IA-{32,64}, Alpha, Sparc*
  1040. * Thu Aug 23 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-6
  1041. - support for -z combreloc
  1042. - remove .dynamic patch, -z combreloc patch does this better
  1043. - set STT_FUNC default symbol sizes in .endp directive on IA-64
  1044. * Mon Jul 16 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-5
  1045. - fix last patch (H.J.Lu)
  1046. * Fri Jul 13 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-4
  1047. - fix placing of orphan sections
  1048. * Sat Jun 23 2001 Jakub Jelinek <jakub@redhat.com>
  1049. - fix SHF_MERGE support on Alpha
  1050. * Fri Jun 8 2001 Jakub Jelinek <jakub@redhat.com>
  1051. - 2.11.90.0.8
  1052. - some SHF_MERGE suport fixes
  1053. - don't build with tooldir /usrusr instead of /usr (#40937)
  1054. - reserve few .dynamic entries for prelinking
  1055. * Mon Apr 16 2001 Jakub Jelinek <jakub@redhat.com>
  1056. - 2.11.90.0.5
  1057. - SHF_MERGE support
  1058. * Tue Apr 3 2001 Jakub Jelinek <jakub@redhat.com>
  1059. - 2.11.90.0.4
  1060. - fix uleb128 support, so that CVS gcc bootstraps
  1061. - some ia64 fixes
  1062. * Mon Mar 19 2001 Jakub Jelinek <jakub@redhat.com>
  1063. - add -Bgroup support from Ulrich Drepper
  1064. * Fri Mar 9 2001 Jakub Jelinek <jakub@redhat.com>
  1065. - hack - add elf_i386_glibc21 emulation
  1066. * Fri Feb 16 2001 Jakub Jelinek <jakub@redhat.com>
  1067. - 2.10.91.0.2
  1068. * Fri Feb 9 2001 Jakub Jelinek <jakub@redhat.com>
  1069. - 2.10.1.0.7
  1070. - remove ExcludeArch ia64
  1071. - back out the -oformat, -omagic and -output change for now
  1072. * Fri Dec 15 2000 Jakub Jelinek <jakub@redhat.com>
  1073. - Prereq /sbin/install-info
  1074. * Tue Nov 21 2000 Jakub Jelinek <jakub@redhat.com>
  1075. - 2.10.1.0.2
  1076. * Tue Nov 21 2000 Jakub Jelinek <jakub@redhat.com>
  1077. - add one more alpha patch
  1078. * Wed Nov 15 2000 Jakub Jelinek <jakub@redhat.com>
  1079. - fix alpha visibility as problem
  1080. - add support for Ultra-III
  1081. * Fri Sep 15 2000 Jakub Jelinek <jakub@redhat.com>
  1082. - and one more alpha patch
  1083. * Fri Sep 15 2000 Jakub Jelinek <jakub@redhat.com>
  1084. - two sparc patches
  1085. * Mon Jul 24 2000 Jakub Jelinek <jakub@redhat.com>
  1086. - 2.10.0.18
  1087. * Mon Jul 10 2000 Jakub Jelinek <jakub@redhat.com>
  1088. - 2.10.0.12
  1089. * Mon Jun 26 2000 Jakub Jelinek <jakub@redhat.com>
  1090. - 2.10.0.9
  1091. * Thu Jun 15 2000 Jakub Jelinek <jakub@redhat.com>
  1092. - fix ld -r
  1093. * Mon Jun 5 2000 Jakub Jelinek <jakub@redhat.com>
  1094. - 2.9.5.0.46
  1095. - use _mandir/_infodir/_lib
  1096. * Mon May 8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1097. - 2.9.5.0.41
  1098. * Wed Apr 12 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1099. - 2.9.5.0.34
  1100. * Wed Mar 22 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1101. - 2.9.5.0.31
  1102. * Fri Feb 04 2000 Cristian Gafton <gafton@redhat.com>
  1103. - man pages are compressed
  1104. - apply kingdon's patch from #5031
  1105. * Wed Jan 19 2000 Jeff Johnson <jbj@redhat.com>
  1106. - Permit package to be built with a prefix other than /usr.
  1107. * Thu Jan 13 2000 Cristian Gafton <gafton@redhat.com>
  1108. - add pacth from hjl to fix the versioning problems in ld
  1109. * Tue Jan 11 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1110. - Add sparc patches from Jakub Jelinek <jakub@redhat.com>
  1111. - Add URL:
  1112. * Tue Dec 14 1999 Bernhard Rosenkraenzer <bero@redhat.com>
  1113. - 2.9.5.0.22
  1114. * Wed Nov 24 1999 Bernhard Rosenkraenzer <bero@redhat.com>
  1115. - 2.9.5.0.19
  1116. * Sun Oct 24 1999 Bernhard Rosenkraenzer <bero@redhat.com>
  1117. - 2.9.5.0.16
  1118. * Mon Sep 06 1999 Jakub Jelinek <jj@ultra.linux.cz>
  1119. - make shared non-pic libraries work on sparc with glibc 2.1.
  1120. * Fri Aug 27 1999 Jim Kingdon
  1121. - No source/spec changes, just rebuilding with egcs-1.1.2-18 because
  1122. the older egcs was miscompling gprof.
  1123. * Mon Apr 26 1999 Cristian Gafton <gafton@redhat.com>
  1124. - back out very *stupid* sparc patch done by HJLu. People, keep out of
  1125. things you don't understand.
  1126. - add alpha relax patch from rth
  1127. * Mon Apr 05 1999 Cristian Gafton <gafton@redhat.com>
  1128. - version 2.9.1.0.23
  1129. - patch to make texinfo documentation compile
  1130. - auto rebuild in the new build environment (release 2)
  1131. * Tue Feb 23 1999 Cristian Gafton <gafton@redhat.com>
  1132. - updated to 2.9.1.0.21
  1133. - merged with UltraPenguin
  1134. * Mon Jan 04 1999 Cristian Gafton <gafton@redhat.com>
  1135. - added ARM patch from philb
  1136. - version 2.9.1.0.19a
  1137. - added a patch to allow arm* arch to be identified as an ARM
  1138. * Thu Oct 01 1998 Cristian Gafton <gafton@redhat.com>
  1139. - updated to 2.9.1.0.14.
  1140. * Sat Sep 19 1998 Jeff Johnson <jbj@redhat.com>
  1141. - updated to 2.9.1.0.13.
  1142. * Wed Sep 09 1998 Cristian Gafton <gafton@redhat.com>
  1143. - updated to 2.9.1.0.12
  1144. * Thu Jul 2 1998 Jeff Johnson <jbj@redhat.com>
  1145. - updated to 2.9.1.0.7.
  1146. * Wed Jun 03 1998 Jeff Johnson <jbj@redhat.com>
  1147. - updated to 2.9.1.0.6.
  1148. * Tue Jun 02 1998 Erik Troan <ewt@redhat.com>
  1149. - added patch from rth to get right offsets for sections in relocateable
  1150. objects on sparc32
  1151. * Thu May 07 1998 Prospector System <bugs@redhat.com>
  1152. - translations modified for de, fr, tr
  1153. * Tue May 05 1998 Cristian Gafton <gafton@redhat.com>
  1154. - version 2.9.1.0.4 is out; even more, it is public !
  1155. * Tue May 05 1998 Jeff Johnson <jbj@redhat.com>
  1156. - updated to 2.9.1.0.3.
  1157. * Mon Apr 20 1998 Cristian Gafton <gafton@redhat.com>
  1158. - updated to 2.9.0.3
  1159. * Tue Apr 14 1998 Cristian Gafton <gafton@redhat.com>
  1160. - upgraded to 2.9.0.2
  1161. * Sun Apr 05 1998 Cristian Gafton <gafton@redhat.com>
  1162. - updated to 2.8.1.0.29 (HJ warned me that this thing is a moving target...
  1163. :-)
  1164. - "fixed" the damn make install command so that all tools get installed
  1165. * Thu Apr 02 1998 Cristian Gafton <gafton@redhat.com>
  1166. - upgraded again to 2.8.1.0.28 (at least on alpha now egcs will compile)
  1167. - added info packages handling
  1168. * Tue Mar 10 1998 Cristian Gafton <gafton@redhat.com>
  1169. - upgraded to 2.8.1.0.23
  1170. * Mon Mar 02 1998 Cristian Gafton <gafton@redhat.com>
  1171. - updated to 2.8.1.0.15 (required to compile the newer glibc)
  1172. - all patches are obsoleted now
  1173. * Wed Oct 22 1997 Erik Troan <ewt@redhat.com>
  1174. - added 2.8.1.0.1 patch from hj
  1175. - added patch for alpha palcode form rth