binutils-vl.spec 52 KB

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