binutils-vl.spec 53 KB

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