binutils-vl.spec 53 KB

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