binutils-vl.spec 52 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498
  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.23.2
  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.20.51.0.12-version.patch
  28. Patch05: binutils-2.20.51.0.2-set-long-long.patch
  29. Patch06: binutils-2.23.2-build-id.patch
  30. Patch07: binutils-2.20.51.0.12-copy-osabi.patch
  31. Patch08: binutils-2.20.51.0.12-sec-merge-emit.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 -p0 -b .version~
  112. %patch05 -p0 -b .set-long-long~
  113. %patch06 -p1 -b .build-id~
  114. %patch07 -p0 -b .copy-osabi~
  115. %patch08 -p0 -b .sec-merge-emit~
  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=yes --enable-ld=yes \
  162. --enable-plugins \
  163. %else
  164. --enable-gold=no --enable-ld=yes \
  165. %endif
  166. %if %{enable_shared}
  167. --enable-shared \
  168. %else
  169. --disable-shared \
  170. %endif
  171. $CARGS \
  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. * Mon Nov 04 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.23.2-1
  353. - update to 2.23.2
  354. - remove Patch02 (binutils-2.20.51.0.12-ppc64-pie.patch)
  355. - update Patch06 (binutils-2.23.2-build-id.patch)
  356. * Tue Oct 01 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.22-3
  357. - rebuild with gcc-4.8.1
  358. * Sat Jan 14 2012 NAKAMURA Kenta <kenta@vinelinux.org> - 2.22-2
  359. - enabled linker plugins support
  360. * Fri Nov 25 2011 NAKAMURA Kenta <kenta@vinelinux.org> - 2.22-1
  361. - updated to 2.22 (gnu.org)
  362. - updated Patch06: build-id patch
  363. - dropped Patch09: gold-plugins patch
  364. * Sun Apr 03 2011 NAKAMURA Kenta <kenta@vinelinux.org> - 2.20.51.0.12-1
  365. - updated to 2.20.51.0.12
  366. - updated --build-id patch.
  367. - dropped redundant patches:
  368. binutils-2.20.51.0.2-envvar-revert.patch,
  369. binutils-2.20.51.0.2-add-needed.patch,
  370. binutils-2.20.51.0.2-ifunc-ld-s.patch,
  371. binutils-2.20.51.0.2-lwp.patch,
  372. binutils-2.20.51.0.2-gas-expr.patch,
  373. binutils-2.20.51.0.2-ppc-hidden-plt-relocs.patch.
  374. * Tue Apr 6 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.20.51.0.2-5
  375. - rebuilt with gcc-4.4.3-4
  376. * Mon Feb 8 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.20.51.0.2-4
  377. - rebuilt with gcc-4.4.3-3
  378. * Mon Feb 1 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.20.51.0.2-3
  379. - add Patch12 and Patch13 for PR 10856 and 11088 respectively
  380. * Mon Jan 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.20.51.0.2-2
  381. - rebuilt with gcc-4.4.3
  382. * Sun Nov 8 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.20.51.0.2-1
  383. - updated to 2.20.51.0.2
  384. * Wed Sep 24 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.18.50.0.6-1
  385. - updated to 2.18.50.0.6
  386. * Wed Jul 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.17.50.0.18-3
  387. - new versioning policy
  388. - rebuild with gcc-4.1.2-18
  389. * Sun Feb 10 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.17.50.0.18-1vl2
  390. - rebuilt with glibc-2.7-2vl3 and gcc-4.1.2-0vl17
  391. * Wed Feb 06 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.17.50.0.18-1vl1
  392. - updated to 2.17.50.0.18
  393. - Thu Aug 16 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.18-1
  394. - update to 2.17.50.0.18
  395. - GPLv3+
  396. - preserve .note.gnu.build-id in objcopy --only-keep-debug (#251935)
  397. - fix sparc64/alpha broken by --build-id patch (#252936)
  398. - update License tag
  399. - fix ld crash with --build-id and non-ELF output format (Alan Modra, BZ#4923)
  400. - Tue Jul 31 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.17-7
  401. - fix ppc32 secure PLT detection (Alan Modra)
  402. - Wed Jul 25 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.17-6
  403. - rebuilt to make sure even libbfd.so and libopcodes.so aren't
  404. broken by #249435
  405. - Tue Jul 24 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.17-5
  406. - add .note.gnu.build-id into default linker script (#249435)
  407. - Tue Jul 24 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.17-4
  408. - don't kill the %%{_gnu} part of target name on arm
  409. (Lennert Buytenhek, #243516)
  410. - create just one PT_NOTE segment header for all consecutive SHT_NOTE
  411. sections
  412. - Wed Jul 18 2007 Roland McGrath <roland@redhat.com> 2.17.50.0.17-3
  413. - fix for ld --build-id
  414. - Sun Jul 15 2007 Roland McGrath <roland@redhat.com> 2.17.50.0.17-2
  415. - ld --build-id support
  416. - Wed Jun 27 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.17-1
  417. - update to 2.17.50.0.17
  418. - Tue Jun 12 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.16-1
  419. - update to 2.17.50.0.16
  420. - Sat Apr 14 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.12-4
  421. - fix linking non-ELF input objects into ELF output (#235747)
  422. - Wed Mar 14 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.12-3
  423. - don't require matching ELF_OSABI for target vecs with ELFOSABI_NONE,
  424. only prefer specific osabi target vecs over the generic ones
  425. (H.J.Lu, #230964, BZ#3826)
  426. - build libbfd.so and libopcodes.so with -Bsymbolic-functions
  427. - Fri Mar 2 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.12-2
  428. - ignore install-info errors from scriptlets (#223678)
  429. - Thu Mar 1 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.12-1
  430. - update to 2.17.50.0.12
  431. - revert the misdesigned LD_SYMBOLIC{,_FUNCTIONS} env var support,
  432. only support -Bsymbolic/-Bsymbolic-functions/--dynamic-list*
  433. - Mon Jan 8 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.9-1
  434. - update to 2.17.50.0.9
  435. - fix tekhex reader
  436. - Sat Dec 23 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.8-2
  437. - fix --as-needed on ppc64 (#219629)
  438. - Sun Dec 3 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.8-1
  439. - update to 2.17.50.0.8
  440. - initialize frch_cfi_data (BZ#3607)
  441. - Fri Dec 1 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.7-1
  442. - update to 2.17.50.0.7
  443. - .cfi_personality and .cfi_lsda directives, per subsection .cfi_*
  444. directives, better .eh_frame CIE merging
  445. - Thu Nov 9 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.6-3
  446. - fix popcnt instruction assembly and disassembly on amd64 (#214767)
  447. * Mon Jan 07 2008 Shu KONNO <owa@bg.wakwak.com> 2.17.50.0.6-2vl5
  448. - dropt unnecessary changes of 2.17.50.0.6-2vl4
  449. * Fri Jan 04 2008 Shu KONNO <owa@bg.wakwak.com> 2.17.50.0.6-2vl4
  450. - added -fPIC to make (if x86_64)
  451. * Sat Jul 28 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.17.50.0.6-2vl3
  452. - rebuild with gcc-4.1.2-0vl12
  453. - changed devel package Group to Development/Libraries
  454. * Sun May 13 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.17.50.0.6-2vl2
  455. - rebuild with gcc-4.1.2-0vl7 (expecially for ppc)
  456. * Sun May 13 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.17.50.0.6-2vl1
  457. - updated to 2.17.50.0.6
  458. - Thu Dec 21 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.6-2.fc6
  459. - update to 2.17.50.0.6
  460. - fix for section relative linker script defined symbols in
  461. empty sections (#212032, BZ#3267)
  462. - fix handling of DW_CFA_set_loc in .eh_frame optimizations
  463. - fix R_PPC_{PLT,GOT{,_TLSGD,_TLSLD,_TPREL,_DTPREL}}16_HA relocation
  464. handling with weak undefined symbols (Alan Modra, #211094)
  465. - fix --cref (#212099)
  466. - fix --emit-relocs on ppc64 (#211991)
  467. - fix popcnt instruction assembly and disassembly on amd64 (#214767)
  468. * Sat May 12 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.17.50.0.3-6vl2
  469. - rebuilt with gcc-4.1.2-0vl6 and glibc-2.5-12vl1
  470. * Sun May 06 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.17.50.0.3-6vl1
  471. - rebuild
  472. * Tue Apr 03 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.17.50.0.3-6vl0
  473. - initial build for VineSeed based on FC 2.17.50.0.3-6
  474. * Tue Sep 12 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.3-6
  475. - fix multilib conflict in %{_prefix}/include/bfd.h
  476. * Tue Sep 12 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.3-5
  477. - fix efi-app-ia64 magic number (#206002, BZ#3171)
  478. * Tue Sep 5 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.3-4
  479. - link libopcodes*.so against libbfd*.so (#202327)
  480. - split *.a and header files into binutils-devel
  481. * Fri Aug 18 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.3-3
  482. - on ppc and ppc64 increase default -z commonpagesize to 64K (#203001)
  483. * Fri Jul 28 2006 Alexandre Oliva <aoliva@redhat.com> 2.17.50.0.3-2
  484. - do not infer x86 arch implicitly based on instruction in the input
  485. (#200330)
  486. * Mon Jul 17 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.3-1
  487. - update to 2.17.50.0.3
  488. * Fri Jul 14 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.2-8
  489. - add support for new AMDFAM10 instructions (#198281, IT#97662)
  490. - add -march=/-mtune= gas support on x86/x86-64
  491. - x86/x86-64 nop insn improvements
  492. - fix DT_GNU_HASH shift count value computation
  493. * Tue Jul 11 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.2-7
  494. - add DT_GNU_HASH support (--hash-style=gnu and --hash-style=both
  495. ld options)
  496. * Thu Jun 29 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.2-4
  497. - fix i?86 TLS GD->IE transition in executables (#196157, BZ#2513)
  498. * Mon Jun 19 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.2-3
  499. - fix two places in ld that misbehaved with MALLOC_PERTURB_=N
  500. - fix .tls_common handling in relocatable linking
  501. * Mon Jun 5 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.2-2
  502. - fix --as-needed (Alan Modra, #193689, BZ#2721)
  503. * Thu Jun 1 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.2-1
  504. - update to 2.17.50.0.2
  505. - update from CVS to 20060601
  506. - speed up the ELF linker by caching the result of kept section check
  507. (H.J. Lu)
  508. * Tue May 9 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.1-1
  509. - update to 2.17.50.0.1
  510. * Fri Mar 31 2006 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.6-6
  511. - fix ld error message formatting, so that collect2 parser can
  512. parse it again for g++ -frepo (#187142)
  513. * Thu Mar 9 2006 Alexandre Oliva <aoliva@redhat.com> 2.16.91.0.6-4
  514. - fix relaxation of TLS GD to LE on PPC (#184590)
  515. * Fri Mar 3 2006 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.6-3
  516. - support DW_CFA_val_{offset,offset_sf,expression} in readelf/objdump
  517. * Tue Feb 28 2006 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.6-2
  518. - add MNI support on i?86/x86_64 (#183080)
  519. - support S signal frame augmentation flag in .eh_frame,
  520. add .cfi_signal_frame support (#175951, PR other/26208, BZ#300)
  521. * Tue Feb 14 2006 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.6-1
  522. - update to 2.16.91.0.6
  523. - fix ppc64 --gc-sections
  524. - disassembler fixes for x86_64 cr/debug regs
  525. - fix linker search order for DT_NEEDED libs
  526. * Mon Jan 02 2006 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.5-1
  527. - update to 2.16.91.0.5
  528. - don't error about .toc1 references to discarded sectiosn on ppc64
  529. (#175944)
  530. * Wed Dec 14 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.3-2
  531. - put .gnu.linkonce.d.rel.ro.* sections into relro region
  532. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  533. - rebuilt
  534. * Fri Nov 11 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.3-1
  535. - update to 2.16.91.0.3
  536. - add .weakref support (Alexandre Oliva, #115157, #165728)
  537. * Thu Aug 18 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.2-4
  538. - install-info also configure.info
  539. - update standards.texi from gnulib (#165530)
  540. * Tue Aug 16 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.2-3
  541. - update to 20050816 CVS
  542. - better fix for ld-cdtest
  543. - fix symbol version script parsing
  544. * Fri Jul 29 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.2-2
  545. - don't complain about relocs to discarded sections in ppc32
  546. .got2 sections (Alan Modra, PR target/17828)
  547. * Fri Jul 22 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.2-1
  548. - update to 2.16.91.0.2
  549. * Thu Jul 21 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.1-3
  550. - fix buffer overflow in readelf ia64 unwind printing code
  551. - use vsnprintf rather than vsprintf in gas diagnostics (Tavis Ormandy)
  552. - fix ld-cdtest when CFLAGS contains -fexceptions
  553. * Wed Jul 20 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.1-2
  554. - update to 20050720 CVS
  555. * Mon Jul 11 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.1-1
  556. - update to 2.16.91.0.1 plus 20050708 CVS
  557. * Wed Jun 15 2005 Jakub Jelinek <jakub@redhat.com> 2.16.90.0.3-1
  558. - update to 2.16.90.0.3
  559. - update to 20050615 CVS
  560. - ppc32 secure PLT support (Alan Modra)
  561. - further bfd/readelf robustification
  562. * Sat Jun 11 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2.2-4
  563. - further bfd robustification (CAN-2005-1704, #158680)
  564. * Fri Jun 10 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2.2-3
  565. - further objdump and readelf robustification (CAN-2005-1704, #158680)
  566. * Wed May 25 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2.2-2
  567. - bfd and readelf robustification (CAN-2005-1704, #158680)
  568. * Tue Mar 29 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2.2-1
  569. - update to 2.15.94.0.2.2
  570. - speed up walk_wild_section (Robert O'Callahan)
  571. * Mon Mar 7 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2-4
  572. - rebuilt with GCC 4
  573. * Mon Feb 28 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2-3
  574. - fix buffer overflows in readelf (#149506)
  575. - move c++filt to binutils from gcc-c++, conflict with gcc-c++ < 4.0 (#86333)
  576. * Thu Feb 10 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2-1
  577. - update to 2.15.94.0.2
  578. - fix .note.GNU-stack/PT_GNU_STACK computation in linker on ppc64 (#147296)
  579. - fix stripping of binaries/libraries that have empty sections right before
  580. .dynamic section (with the same starting address; #144038)
  581. - handle AS_NEEDED (...) in linker script INPUT/GROUP
  582. * Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-11
  583. - fix a longstanding -z relro bug
  584. * Mon Dec 13 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-10
  585. - avoid unnecessary gap with -z relro showing on i686 libc.so
  586. - ppc64 --emit-relocs fix (Alan Modra)
  587. - don't crash if STT_SECTION symbol has incorrect st_shndx (e.g. SHN_ABS,
  588. as created by nasm; #142181)
  589. - don't try to make absptr LSDAs relative if they don't have relocations
  590. against them (Alan Modra, #141162)
  591. * Wed Oct 27 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-5.EL4
  592. - fix ar xo (#104344)
  593. * Wed Oct 20 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-5
  594. - fix --just-symbols on ppc64 (Alan Modra, #135498)
  595. * Fri Oct 15 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-4
  596. - fix code detecting matching linkonce and single member comdat
  597. group sections (#133078)
  598. * Mon Oct 11 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-3
  599. - revert Sep 09 change to make ppc L second argument e.g. for tlbie
  600. non-optional
  601. - fix stripping of prelinked binaries and libraries (#133734)
  602. - allow strings(1) on 32-bit arches to be used again with > 2GB
  603. files (#133555)
  604. * Mon Oct 4 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-2
  605. - update to 2.15.92.0.2
  606. - change ld's ld.so.conf parser to match ldconfig's (#129340)
  607. * Mon Sep 20 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-9
  608. - avoid almost 1MB (sparse) gaps in the middle of -z relro
  609. libraries on x86-64 (Andreas Schwab)
  610. - fix -z relro to make sure end of PT_GNU_RELRO segment is always
  611. COMMONPAGESIZE aligned
  612. * Mon Aug 16 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-8
  613. - fix linker segfaults on input objects with SHF_LINK_ORDER with
  614. incorrect sh_link (H.J.Lu, Nick Clifton, #130198, BZ #290)
  615. * Mon Aug 16 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-7
  616. - resolve all undefined ppc64 .* syms to the function bodies through
  617. .opd, not just those used in brach instructions (Alan Modra)
  618. * Mon Aug 16 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-6
  619. - fix ppc64 ld --dotsyms (Alan Modra)
  620. * Mon Aug 16 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-5
  621. - various ppc64 make check fixes when using non-dot-syms gcc (Alan Modra)
  622. - fix --gc-sections
  623. - on ia64 create empty .gnu.linkonce.ia64unw*.* sections for
  624. .gnu.linkonce.t.* function doesn't need unwind info
  625. * Mon Aug 16 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-4
  626. - kill ppc64 dot symbols (Alan Modra)
  627. - objdump -d support for objects without dot symbols
  628. - support for overlapping ppc64 .opd entries
  629. * Mon Aug 9 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-3
  630. - fix a newly introduced linker crash on x86-64
  631. * Sun Aug 8 2004 Alan Cox <alan@redhat.com> 2.15.91.0.2-2
  632. - BuildRequire bison and macroise buildroot - from Steve Grubb
  633. * Fri Jul 30 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-1
  634. - update to 2.15.91.0.2
  635. - BuildRequire flex (#117763)
  636. * Wed May 19 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-7
  637. - use lib64 instead of lib directories on ia64 if %%{_lib} is
  638. set to lib64 by rpm
  639. * Sat May 15 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-6
  640. - fix a bug introduced in the ++/-- rejection patch
  641. from 2.15.90.0.3 (Alan Modra)
  642. * Tue May 4 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-5
  643. - fix s390{,x} .{,b,p2}align handling
  644. - ppc/ppc64 testsuite fix
  645. * Mon May 3 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-4
  646. - -z relro ppc/ppc64/ia64 fixes
  647. - change x86-64 .plt symbol st_size handling to match ia32
  648. - prettify objdump -d output
  649. * Tue Apr 20 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-3
  650. - several SPARC fixes
  651. * Sun Apr 18 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-2
  652. - yet another fix for .tbss handling
  653. * Fri Apr 16 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-1
  654. - update to 2.15.90.0.3
  655. * Fri Mar 26 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.1.1-2
  656. - update to 20040326 CVS
  657. - fix ppc64 weak .opd symbol handling (Alan Modra, #119086)
  658. - fix .tbss handling bug introduced
  659. * Fri Mar 26 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.1.1-1
  660. - update to 2.15.90.0.1.1
  661. * Sat Feb 21 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-8
  662. - with -z now without --enable-new-dtags create DT_BIND_NOW
  663. dynamic entry in addition to DT_FLAGS_1 with DF_1_NOW bit set
  664. * Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-7
  665. - fix -pie on ppc32
  666. * Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-6
  667. - clear .plt sh_entsize on sparc32
  668. - put whole .got into relro area with -z now -z relro
  669. * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
  670. - rebuilt
  671. * Thu Jan 22 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-4
  672. - fix -pie on IA64
  673. * Mon Jan 19 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-3
  674. - fix testcases on s390 and s390x
  675. * Fri Jan 16 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-2
  676. - fix testcases on AMD64
  677. - fix .got's sh_entsize on IA32/AMD64
  678. - set COMMONPAGESIZE on s390/s390x
  679. - set COMMONPAGESIZE on ppc32 (Alan Modra)
  680. * Fri Jan 16 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-1
  681. - update to 2.14.90.0.8
  682. * Tue Jan 13 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.7-4
  683. - fix -z relro on 64-bit arches
  684. * Mon Jan 12 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.7-3
  685. - fix some bugs in -z relro support
  686. * Fri Jan 9 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.7-2
  687. - -z relro support, reordering of RW sections
  688. * Fri Jan 9 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.7-1
  689. - update to 2.14.90.0.7
  690. * Mon Nov 24 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.6-4
  691. - fix assembly parsing of foo=(.-bar)/4 (Alan Modra)
  692. - fix IA-64 assembly parsing of (p7) hint @pause
  693. * Tue Sep 30 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.6-3
  694. - don't abort on some linker warnings/errors on IA-64
  695. * Sat Sep 20 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.6-2
  696. - fix up merge2.s to use .p2align instead of .align
  697. * Sat Sep 20 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.6-1
  698. - update to 2.14.90.0.6
  699. - speed up string merging (Lars Knoll, Michael Matz, Alan Modra)
  700. - speed up IA-64 local symbol handling during linking
  701. * Fri Sep 5 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-7
  702. - avoid ld -s segfaults introduced in 2.14.90.0.5-5 (Dmitry V. Levin,
  703. #103180)
  704. * Fri Aug 29 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-6
  705. - build old demangler into libiberty.a (#102268)
  706. - SPARC .cfi* support
  707. * Tue Aug 5 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-5
  708. - fix orphan section placement
  709. * Tue Jul 29 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-4
  710. - fix ppc64 elfvsb linker tests
  711. - some more 64-bit cleanliness fixes, give ppc64 fdesc symbols
  712. type and size (Alan Modra)
  713. * Tue Jul 29 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-3
  714. - fix 64-bit unclean code in ppc-opc.c
  715. * Mon Jul 28 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-2
  716. - fix 64-bit unclean code in tc-ppc.c
  717. * Mon Jul 28 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-1
  718. - update to 2.14.90.0.5
  719. - fix ld -r on ppc64 (Alan Modra)
  720. * Fri Jul 18 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-23
  721. - rebuilt
  722. * Thu Jul 17 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-22
  723. - fix elfNN_ia64_dynamic_symbol_p (Richard Henderson, #86661)
  724. - don't access memory beyond what was allocated in readelf
  725. (Richard Henderson)
  726. * Thu Jul 10 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-21
  727. - add .cfi_* support on ppc{,64} and s390{,x}
  728. * Tue Jul 8 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-20
  729. - remove lib{bfd,opcodes}.la (#98190)
  730. * Mon Jul 7 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-19
  731. - fix -pie support on amd64, s390, s390x and ppc64
  732. - issue relocation overflow errors for s390/s390x -fpic code when
  733. accessing .got slots above 4096 bytes from .got start
  734. * Thu Jul 3 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-18
  735. - rebuilt
  736. * Thu Jul 3 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-17
  737. - fix ia64 -pie support
  738. - require no undefined non-weak symbols in PIEs like required for normal
  739. binaries
  740. * Wed Jul 2 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-16
  741. - fix readelf -d on IA-64
  742. - build libiberty.a with -fPIC, so that it can be lined into shared
  743. libraries
  744. * Wed Jun 25 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-15
  745. - rebuilt
  746. * Wed Jun 25 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-14
  747. - added support for Intel Prescott instructions
  748. - fix hint@pause for ia64
  749. - add workaround for LTP sillyness (#97934)
  750. * Wed Jun 18 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-13
  751. - update CFI stuff to 2003-06-18
  752. - make sure .eh_frame is aligned to 8 bytes on 64-bit arches,
  753. remove padding within one .eh_frame section
  754. * Tue Jun 17 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-12
  755. - rebuilt
  756. * Tue Jun 17 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-11
  757. - one more fix for the same patch
  758. * Tue Jun 17 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-10
  759. - fix previous patch
  760. * Mon Jun 16 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-9
  761. - ensure R_PPC64_{RELATIVE,ADDR64} have *r_offset == r_addend
  762. and the other relocs have *r_offset == 0
  763. * Tue Jun 10 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-8
  764. - remove some unnecessary provides in ppc64 linker script
  765. which were causing e.g. empty .ctors/.dtors section creation
  766. * Fri Jun 6 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-7
  767. - some CFI updates/fixes
  768. - don't create dynamic relocations against symbols defined in PIE
  769. exported from its .dynsym
  770. * Wed Jun 4 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-6
  771. - update gas to 20030604
  772. - PT_GNU_STACK support
  773. * Mon Jun 2 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-5
  774. - buildrequire gettext (#91838)
  775. * Sat May 31 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-4
  776. - fix shared libraries with >= 8192 .plt slots on ppc32
  777. * Thu May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-3
  778. - rebuilt
  779. * Thu May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-2
  780. - rename ld --dynamic option to --pic-executable or --pie
  781. - fix ld --help output
  782. - document --pie/--pic-executable in ld.info and ld.1
  783. * Wed May 28 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-1
  784. - update to 2.14.90.0.4-1
  785. - gas CFI updates (Richard Henderson)
  786. - dynamic executables (Ulrich Drepper)
  787. * Tue May 20 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.2-2
  788. - fix ELF visibility handling
  789. - tidy plt entries on IA-32, ppc and ppc64
  790. * Mon May 19 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.2-1
  791. - update to 2.14.90.0.2-1
  792. * Tue May 13 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-8
  793. - fix bfd_elf_hash on 64-bit arches (Andrew Haley)
  794. * Wed Apr 30 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-7
  795. - rebuilt
  796. * Mon Apr 14 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-6
  797. - optimize DW_CFA_advance_loc4 in gas even if there is 'z' augmentation
  798. with size 0 in FDE
  799. * Fri Apr 11 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-5
  800. - fix SPARC build
  801. * Thu Apr 3 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-4
  802. - fix ppc32 plt reference counting
  803. - don't include %{_prefix}/%{_lib}/debug in the non-debuginfo package
  804. (#87729)
  805. * Mon Mar 31 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-3
  806. - make elf64ppc target native extra on ppc and elf32ppc native extra
  807. on ppc64.
  808. * Fri Mar 28 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-2
  809. - fix TLS on IA-64 with ld relaxation
  810. * Sat Mar 22 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-1
  811. - update to 2.13.90.0.20
  812. * Mon Feb 24 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-9
  813. - rebuilt
  814. * Mon Feb 24 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-8
  815. - don't strip binaries in %%install, so that there is non-empty
  816. debuginfo
  817. * Mon Feb 24 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-7
  818. - don't optimize .eh_frame during ld -r
  819. * Thu Feb 13 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-6
  820. - don't clear elf_link_hash_flags in the .symver patch
  821. - only use TC_FORCE_RELOCATION in s390's TC_FORCE_RELOCATION_SUB_SAME
  822. (Alan Modra)
  823. * Mon Feb 10 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-5
  824. - fix the previous .symver change
  825. - remove libbfd.so and libopcodes.so symlinks, so that other packages
  826. link statically, not dynamically against libbfd and libopcodes
  827. whose ABI is everything but stable
  828. * Mon Feb 10 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-4
  829. - do .symver x, x@FOO handling earlier
  830. - support .file and .loc on s390*
  831. * Mon Feb 10 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-3
  832. - handle .symver x, x@FOO in ld such that relocs against x become
  833. dynamic relocations against x@FOO (#83325)
  834. - two PPC64 TLS patches (Alan Modra)
  835. * Sun Feb 09 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-2
  836. - fix SEARCH_DIR on x86_64/s390x
  837. - fix Alpha --relax
  838. - create DT_RELA{,SZ,ENT} on s390 even if there is just .rela.plt
  839. and no .rela.dyn section
  840. - support IA-32 on IA-64 (#83752)
  841. - .eh_frame_hdr fix (Andreas Schwab)
  842. * Thu Feb 06 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-1
  843. - update to 2.13.90.0.18 + 20030121->20030206 CVS diff
  844. * Tue Feb 04 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-8
  845. - alpha TLS fixes
  846. - use .debug_line directory table to make the section tiny bit smaller
  847. - libtool fix from Jens Petersen
  848. * Sun Feb 02 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-7
  849. - sparc32 TLS
  850. * Fri Jan 24 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-6
  851. - s390{,x} TLS and two other mainframe patches
  852. * Fri Jan 17 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-5
  853. - fix IA-64 TLS IE in shared libs
  854. - .{preinit,init,fini}_array compat hack from Alexandre Oliva
  855. * Thu Jan 16 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-4
  856. - IA-64 TLS fixes
  857. - fix .plt sh_entsize on Alpha
  858. - build with %%_smp_mflags
  859. * Sat Nov 30 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-3
  860. - fix strip on TLS binaries and libraries
  861. * Fri Nov 29 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-2
  862. - fix IA-64 ld bootstrap
  863. * Thu Nov 28 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-1
  864. - update to 2.13.90.0.16
  865. - STT_TLS SHN_UNDEF fix
  866. * Wed Nov 27 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.10-4
  867. - pad .rodata.cstNN sections at the end if they aren't sized to multiple
  868. of sh_entsize
  869. - temporary patch to make .eh_frame and .gcc_except_table sections
  870. readonly if possible (should be removed when AUTO_PLACE is implemented)
  871. - fix .PPC.EMB.apuinfo section flags
  872. * Wed Oct 23 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.10-3
  873. - fix names and content of alpha non-alloced .rela.* sections (#76583)
  874. - delete unpackaged files from the buildroot
  875. * Tue Oct 15 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.10-2
  876. - enable s390x resp. s390 emulation in linker too
  877. * Mon Oct 14 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.10-1
  878. - update to 2.13.90.0.10
  879. - add a bi-arch patch for sparc/s390/x86_64
  880. - add --enable-64-bit-bfd on sparc, s390 and ppc
  881. * Thu Oct 10 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.4-3
  882. - fix combreloc testcase
  883. * Thu Oct 10 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.4-2
  884. - fix orphan .rel and .rela section placement with -z combreloc (Alan Modra)
  885. - skip incompatible linker scripts when searching for libraries
  886. * Tue Oct 1 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.4-1
  887. - update to 2.13.90.0.4
  888. - x86-64 TLS support
  889. - some IA-32 TLS fixes
  890. - some backported patches from trunk
  891. - include opcodes, ld, gas and bfd l10n too
  892. * Thu Sep 19 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.2-3
  893. - allow addends for IA-32 TLS @tpoff, @ntpoff and @dtpoff
  894. - clear memory at *r_offset of dynamic relocs on PPC
  895. - avoid ld crash if accessing non-local symbols through LE relocs
  896. - new IA-32 TLS relocs, bugfixes and testcases
  897. - use brl insn on IA-64 (Richard Henderson)
  898. - fix R_IA64_PCREL21{M,F} handling (Richard Henderson)
  899. - build in separate builddir, so that gasp tests don't fail
  900. - include localization
  901. * Thu Aug 8 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.2-2
  902. - fix R_386_TPOFF32 addends (#70824)
  903. * Sat Aug 3 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.2-1
  904. - update to 2.13.90.0.2
  905. - fix ld TLS assertion failure (#70084)
  906. - fix readelf --debug-dump= handling to match man page and --help
  907. (#68997)
  908. - fix _GLOBAL_OFFSET_TABLE gas handling (#70241)
  909. * Wed Jul 24 2002 Jakub Jelinek <jakub@redhat.com> 2.12.90.0.15-1
  910. - update to 2.12.90.0.15
  911. - TLS .tbss fix
  912. - don't use rpm %%configure macro, it is broken too often (#69366)
  913. * Thu May 30 2002 Jakub Jelinek <jakub@redhat.com> 2.12.90.0.9-1
  914. - update to 2.12.90.0.9
  915. - TLS support
  916. - remove gasp.info from %%post/%%preun (#65400)
  917. * Mon Apr 29 2002 Jakub Jelinek <jakub@redhat.com> 2.12.90.0.7-1
  918. - update to 2.12.90.0.7
  919. - run make check
  920. * Mon Apr 29 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-12
  921. - fix .hidden handling on SPARC (Richard Henderson)
  922. - don't crash when linking -shared non-pic code with SHF_MERGE
  923. - fix .eh_frame_hdr for DW_EH_PE_aligned
  924. - correctly adjust DW_EH_PE_pcrel encoded personalities in CIEs
  925. * Fri Apr 5 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-11
  926. - don't emit dynamic R_SPARC_DISP* relocs against STV_HIDDEN symbols
  927. into shared libraries
  928. * Thu Mar 21 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-10
  929. - don't merge IA-64 unwind info sections together during ld -r
  930. * Mon Mar 11 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-9
  931. - fix DATA_SEGMENT_ALIGN on ia64/alpha/sparc/sparc64
  932. * Fri Mar 8 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-8
  933. - don't crash on SHN_UNDEF local dynsyms (Andrew MacLeod)
  934. * Thu Mar 7 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-7
  935. - fix bfd configury bug (Alan Modra)
  936. * Tue Mar 5 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-6
  937. - don't copy visibility when equating symbols
  938. - fix alpha .text/.data with .previous directive bug
  939. * Tue Mar 5 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-5
  940. - fix SHF_MERGE crash with --gc-sections (#60369)
  941. - C++ symbol versioning patch
  942. * Fri Feb 22 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-4
  943. - add DW_EH_PE_absptr -> DW_EH_PE_pcrel optimization for shared libs,
  944. if DW_EH_PE_absptr cannot be converted that way, don't build the
  945. .eh_frame_hdr search table
  946. * Fri Feb 15 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-3
  947. - fix ld -N broken by last patch
  948. * Tue Feb 12 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-2
  949. - trade one saved runtime page for data segment (=almost always not shared)
  950. for up to one page of disk space where possible
  951. * Fri Feb 8 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-1
  952. - update to 2.11.93.0.2
  953. - use %%{ix86} instead of i386 for -z combreloc default (#59086)
  954. * Thu Jan 31 2002 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-10
  955. - don't create SHN_UNDEF STB_WEAK symbols unless there are any relocations
  956. against them
  957. * Wed Jan 30 2002 Bill Nottingham <notting@redhat.com> 2.11.92.0.12-9.1
  958. - rebuild (fix ia64 miscompilation)
  959. * Wed Jan 09 2002 Tim Powers <timp@redhat.com>
  960. - automated rebuild
  961. * Fri Dec 28 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-8
  962. - two further .eh_frame patch fixes
  963. * Wed Dec 19 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-7
  964. - as ld is currently not able to shrink input sections to zero size
  965. during discard_info, build a fake minimal CIE in that case
  966. - update elf-strtab patch to what was commited
  967. * Mon Dec 17 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-6
  968. - one more .eh_frame patch fix
  969. - fix alpha .eh_frame handling
  970. - optimize elf-strtab finalize
  971. * Sat Dec 15 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-5
  972. - yet another fix for the .eh_frame patch
  973. * Fri Dec 14 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-4
  974. - Alan Modra's patch to avoid crash if there is no dynobj
  975. * Thu Dec 13 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-3
  976. - H.J.'s patch to avoid crash if input files are not ELF
  977. - don't crash if a SHF_MERGE for some reason could not be merged
  978. - fix objcopy/strip to preserve SHF_MERGE sh_entsize
  979. - optimize .eh_frame sections, add PT_GNU_EH_FRAME support
  980. - support anonymous version tags in version script
  981. * Tue Nov 27 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-2
  982. - fix IA-64 SHF_MERGE handling
  983. * Tue Nov 27 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-1
  984. - update to 2.11.92.0.12
  985. - optimize .dynstr and .shstrtab sections (#55524)
  986. - fix ld.1 glitch (#55459)
  987. - turn relocs against SHF_MERGE local symbols with zero addend
  988. into STT_SECTION + addend
  989. - remove man pages for programs not included (nlmconv, windres, dlltool;
  990. #55456, #55461)
  991. - add BuildRequires for texinfo
  992. * Thu Oct 25 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.7-2
  993. - duh, fix strings on bfd objects (#55084)
  994. * Sat Oct 20 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.7-1
  995. - update to 2.11.92.0.7
  996. - remove .rel{,a}.dyn from output if it is empty
  997. * Thu Oct 11 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.5-2
  998. - fix strings patch
  999. - use getc_unlocked in strings to speed it up by 50% on large files
  1000. * Wed Oct 10 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.5-1
  1001. - update to 2.11.92.0.5
  1002. - binutils localization (#45148)
  1003. - fix typo in REPORT_BUGS_TO (#54325)
  1004. - support files bigger than 2GB in strings (#54406)
  1005. * Wed Sep 26 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-12
  1006. - on IA-64, don't mix R_IA64_IPLTLSB relocs with non-PLT relocs in
  1007. .rela.dyn section.
  1008. * Tue Sep 25 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-11
  1009. - add iplt support for IA-64 (Richard Henderson)
  1010. - switch to new section flags for SHF_MERGE and SHF_STRINGS, put
  1011. in compatibility code
  1012. - "s" section flag for small data sections on IA-64 and Alpha
  1013. (Richard Henderson)
  1014. - fix sparc64 .plt[32768+] handling
  1015. - don't emit .rela.stab on sparc
  1016. * Mon Sep 10 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-10
  1017. - fix SHF_MERGE on Sparc
  1018. * Fri Aug 31 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-9
  1019. - on Alpha, copy *r_offset to R_ALPHA_RELATIVE's r_addend
  1020. * Thu Aug 30 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-8
  1021. - on IA-64, put crtend{,S}.o's .IA_64.unwind section last in
  1022. .IA_64.unwind output section (for compatibility with 7.1 eh)
  1023. * Fri Aug 24 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-7
  1024. - put RELATIVE relocs first, not last
  1025. - enable -z combreloc by default on IA-{32,64}, Alpha, Sparc*
  1026. * Thu Aug 23 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-6
  1027. - support for -z combreloc
  1028. - remove .dynamic patch, -z combreloc patch does this better
  1029. - set STT_FUNC default symbol sizes in .endp directive on IA-64
  1030. * Mon Jul 16 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-5
  1031. - fix last patch (H.J.Lu)
  1032. * Fri Jul 13 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-4
  1033. - fix placing of orphan sections
  1034. * Sat Jun 23 2001 Jakub Jelinek <jakub@redhat.com>
  1035. - fix SHF_MERGE support on Alpha
  1036. * Fri Jun 8 2001 Jakub Jelinek <jakub@redhat.com>
  1037. - 2.11.90.0.8
  1038. - some SHF_MERGE suport fixes
  1039. - don't build with tooldir /usrusr instead of /usr (#40937)
  1040. - reserve few .dynamic entries for prelinking
  1041. * Mon Apr 16 2001 Jakub Jelinek <jakub@redhat.com>
  1042. - 2.11.90.0.5
  1043. - SHF_MERGE support
  1044. * Tue Apr 3 2001 Jakub Jelinek <jakub@redhat.com>
  1045. - 2.11.90.0.4
  1046. - fix uleb128 support, so that CVS gcc bootstraps
  1047. - some ia64 fixes
  1048. * Mon Mar 19 2001 Jakub Jelinek <jakub@redhat.com>
  1049. - add -Bgroup support from Ulrich Drepper
  1050. * Fri Mar 9 2001 Jakub Jelinek <jakub@redhat.com>
  1051. - hack - add elf_i386_glibc21 emulation
  1052. * Fri Feb 16 2001 Jakub Jelinek <jakub@redhat.com>
  1053. - 2.10.91.0.2
  1054. * Fri Feb 9 2001 Jakub Jelinek <jakub@redhat.com>
  1055. - 2.10.1.0.7
  1056. - remove ExcludeArch ia64
  1057. - back out the -oformat, -omagic and -output change for now
  1058. * Fri Dec 15 2000 Jakub Jelinek <jakub@redhat.com>
  1059. - Prereq /sbin/install-info
  1060. * Tue Nov 21 2000 Jakub Jelinek <jakub@redhat.com>
  1061. - 2.10.1.0.2
  1062. * Tue Nov 21 2000 Jakub Jelinek <jakub@redhat.com>
  1063. - add one more alpha patch
  1064. * Wed Nov 15 2000 Jakub Jelinek <jakub@redhat.com>
  1065. - fix alpha visibility as problem
  1066. - add support for Ultra-III
  1067. * Fri Sep 15 2000 Jakub Jelinek <jakub@redhat.com>
  1068. - and one more alpha patch
  1069. * Fri Sep 15 2000 Jakub Jelinek <jakub@redhat.com>
  1070. - two sparc patches
  1071. * Mon Jul 24 2000 Jakub Jelinek <jakub@redhat.com>
  1072. - 2.10.0.18
  1073. * Mon Jul 10 2000 Jakub Jelinek <jakub@redhat.com>
  1074. - 2.10.0.12
  1075. * Mon Jun 26 2000 Jakub Jelinek <jakub@redhat.com>
  1076. - 2.10.0.9
  1077. * Thu Jun 15 2000 Jakub Jelinek <jakub@redhat.com>
  1078. - fix ld -r
  1079. * Mon Jun 5 2000 Jakub Jelinek <jakub@redhat.com>
  1080. - 2.9.5.0.46
  1081. - use _mandir/_infodir/_lib
  1082. * Mon May 8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1083. - 2.9.5.0.41
  1084. * Wed Apr 12 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1085. - 2.9.5.0.34
  1086. * Wed Mar 22 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1087. - 2.9.5.0.31
  1088. * Fri Feb 04 2000 Cristian Gafton <gafton@redhat.com>
  1089. - man pages are compressed
  1090. - apply kingdon's patch from #5031
  1091. * Wed Jan 19 2000 Jeff Johnson <jbj@redhat.com>
  1092. - Permit package to be built with a prefix other than /usr.
  1093. * Thu Jan 13 2000 Cristian Gafton <gafton@redhat.com>
  1094. - add pacth from hjl to fix the versioning problems in ld
  1095. * Tue Jan 11 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1096. - Add sparc patches from Jakub Jelinek <jakub@redhat.com>
  1097. - Add URL:
  1098. * Tue Dec 14 1999 Bernhard Rosenkraenzer <bero@redhat.com>
  1099. - 2.9.5.0.22
  1100. * Wed Nov 24 1999 Bernhard Rosenkraenzer <bero@redhat.com>
  1101. - 2.9.5.0.19
  1102. * Sun Oct 24 1999 Bernhard Rosenkraenzer <bero@redhat.com>
  1103. - 2.9.5.0.16
  1104. * Mon Sep 06 1999 Jakub Jelinek <jj@ultra.linux.cz>
  1105. - make shared non-pic libraries work on sparc with glibc 2.1.
  1106. * Fri Aug 27 1999 Jim Kingdon
  1107. - No source/spec changes, just rebuilding with egcs-1.1.2-18 because
  1108. the older egcs was miscompling gprof.
  1109. * Mon Apr 26 1999 Cristian Gafton <gafton@redhat.com>
  1110. - back out very *stupid* sparc patch done by HJLu. People, keep out of
  1111. things you don't understand.
  1112. - add alpha relax patch from rth
  1113. * Mon Apr 05 1999 Cristian Gafton <gafton@redhat.com>
  1114. - version 2.9.1.0.23
  1115. - patch to make texinfo documentation compile
  1116. - auto rebuild in the new build environment (release 2)
  1117. * Tue Feb 23 1999 Cristian Gafton <gafton@redhat.com>
  1118. - updated to 2.9.1.0.21
  1119. - merged with UltraPenguin
  1120. * Mon Jan 04 1999 Cristian Gafton <gafton@redhat.com>
  1121. - added ARM patch from philb
  1122. - version 2.9.1.0.19a
  1123. - added a patch to allow arm* arch to be identified as an ARM
  1124. * Thu Oct 01 1998 Cristian Gafton <gafton@redhat.com>
  1125. - updated to 2.9.1.0.14.
  1126. * Sat Sep 19 1998 Jeff Johnson <jbj@redhat.com>
  1127. - updated to 2.9.1.0.13.
  1128. * Wed Sep 09 1998 Cristian Gafton <gafton@redhat.com>
  1129. - updated to 2.9.1.0.12
  1130. * Thu Jul 2 1998 Jeff Johnson <jbj@redhat.com>
  1131. - updated to 2.9.1.0.7.
  1132. * Wed Jun 03 1998 Jeff Johnson <jbj@redhat.com>
  1133. - updated to 2.9.1.0.6.
  1134. * Tue Jun 02 1998 Erik Troan <ewt@redhat.com>
  1135. - added patch from rth to get right offsets for sections in relocateable
  1136. objects on sparc32
  1137. * Thu May 07 1998 Prospector System <bugs@redhat.com>
  1138. - translations modified for de, fr, tr
  1139. * Tue May 05 1998 Cristian Gafton <gafton@redhat.com>
  1140. - version 2.9.1.0.4 is out; even more, it is public !
  1141. * Tue May 05 1998 Jeff Johnson <jbj@redhat.com>
  1142. - updated to 2.9.1.0.3.
  1143. * Mon Apr 20 1998 Cristian Gafton <gafton@redhat.com>
  1144. - updated to 2.9.0.3
  1145. * Tue Apr 14 1998 Cristian Gafton <gafton@redhat.com>
  1146. - upgraded to 2.9.0.2
  1147. * Sun Apr 05 1998 Cristian Gafton <gafton@redhat.com>
  1148. - updated to 2.8.1.0.29 (HJ warned me that this thing is a moving target...
  1149. :-)
  1150. - "fixed" the damn make install command so that all tools get installed
  1151. * Thu Apr 02 1998 Cristian Gafton <gafton@redhat.com>
  1152. - upgraded again to 2.8.1.0.28 (at least on alpha now egcs will compile)
  1153. - added info packages handling
  1154. * Tue Mar 10 1998 Cristian Gafton <gafton@redhat.com>
  1155. - upgraded to 2.8.1.0.23
  1156. * Mon Mar 02 1998 Cristian Gafton <gafton@redhat.com>
  1157. - updated to 2.8.1.0.15 (required to compile the newer glibc)
  1158. - all patches are obsoleted now
  1159. * Wed Oct 22 1997 Erik Troan <ewt@redhat.com>
  1160. - added 2.8.1.0.1 patch from hj
  1161. - added patch for alpha palcode form rth