<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/cross/binutils/PLIST, branch pkgsrc_2008Q1</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q1</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q1'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2006-08-24T19:53:44Z</updated>
<entry>
<title>Update cross-binutils to 2.17.0.0.</title>
<updated>2006-08-24T19:53:44Z</updated>
<author>
<name>kristerw</name>
<email>kristerw</email>
</author>
<published>2006-08-24T19:53:44Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=61ef46143addec1199fb946a736e4e3c64993d5b'/>
<id>urn:sha1:61ef46143addec1199fb946a736e4e3c64993d5b</id>
<content type='text'>
Changes in 2.17:
* Add "-x NAME" to readelf in addition to "-x NUMBER".
* Add -i and -t switches to cxxfilt.  -i disables the display of implementation
  specific extra demangling information (if any) and -t disables the demangling
  of types.
* Add support for the "@&lt;file&gt;" syntax to the command lines of all tools, so
  that extra switches can be read from &lt;file&gt;.
* Add "-W/--dwarf" to objdump to display the contents of the DWARF
  debug sections.
* Add "-t/--section-details" to readelf to display section details.
  "-N/--full-section-name" is deprecated.
* powerpc-linux ld now supports a variant form of PLT and GOT for the security
  conscious.  This form will automatically be chosen when ld detects that all
  code in regular object files was generated by gcc -msecure-plt.  The old PLT
  and GOT may be forced by a new ld option, --bss-plt.
* Add "-i/--inlines" to addr2line to print enclosing scope information
  for inlined function chains, back to first non-inlined function.
* Add "-N/--full-section-name" to readelf to display full section name.
* Add "-M entry:&lt;addr&gt;" switch to objdump to specify a function entry address
  when disassembling VAX binaries.
* Add "--globalize-symbol &lt;name&gt;" and "--globalize-symbols &lt;filename&gt;" switches
  to objcopy to convert local symbols into global symbols.

Changes in 2.16:
* Add "-g/--section-groups" to readelf to display section groups.
* objcopy recognizes two new options --strip-unneeded-symbol and
  --strip-unneeded-symbols, namely for use together with the wildcard
  matching the original --strip-symbol/--strip-symbols provided, but
  retaining any symbols matching but needed by relocations.
* readelf can now display address ranges from .debug_range sections.  This
  happens automatically when a DW_AT_range attribute is encountered.  The
  command line switch --debug-dump=Ranges (or -wR) can also be used to display
  the contents of the .debug_range section.
* nm and objdump now have a switch "--special-syms" to enable the displaying of
  symbols which the target considers to be special.  By default these symbols
  are no longer displayed.  Currently the only special symbols are the Mapping
  symbols used by the ARM port to mark transitions between text and data and
  between ARM and THUMB code.
* dlltool has a switch "--ext-prefix-alias &lt;prefix&gt;" to generate additional
  import and export symbols with &lt;preifx&gt; prepended to them.
</content>
</entry>
<entry>
<title>Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.</title>
<updated>2004-09-22T08:09:14Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2004-09-22T08:09:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=08039266e343e3cb99feb5cbfd5fd9acf006ac97'/>
<id>urn:sha1:08039266e343e3cb99feb5cbfd5fd9acf006ac97</id>
<content type='text'>
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
</content>
</entry>
<entry>
<title>Add one more missing file.</title>
<updated>2004-08-02T01:59:23Z</updated>
<author>
<name>kristerw</name>
<email>kristerw</email>
</author>
<published>2004-08-02T01:59:23Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6d0ab90a3e558344616394610d06a4c1514753e5'/>
<id>urn:sha1:6d0ab90a3e558344616394610d06a4c1514753e5</id>
<content type='text'>
Bump PKGREVISION.
</content>
</entry>
<entry>
<title>Add a missing include file.</title>
<updated>2004-08-02T00:57:15Z</updated>
<author>
<name>kristerw</name>
<email>kristerw</email>
</author>
<published>2004-08-02T00:57:15Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=411ee2b32fdf351c156b8e3099369367fced3541'/>
<id>urn:sha1:411ee2b32fdf351c156b8e3099369367fced3541</id>
<content type='text'>
Bump PKGREVISION.
</content>
</entry>
<entry>
<title>Update to binutils-2.15.</title>
<updated>2004-07-09T20:43:47Z</updated>
<author>
<name>kristerw</name>
<email>kristerw</email>
</author>
<published>2004-07-09T20:43:47Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=41feaad1b01522894b241f81c0d1561eb637104e'/>
<id>urn:sha1:41feaad1b01522894b241f81c0d1561eb637104e</id>
<content type='text'>
Changes since binutils-2.9 are not easy to summarize, since it
represent more than 6 years of active development...

Solves PR pkg/13442.
</content>
</entry>
<entry>
<title>Replace "true" by "${TRUE}".</title>
<updated>2002-12-09T16:01:10Z</updated>
<author>
<name>tron</name>
<email>tron</email>
</author>
<published>2002-12-09T16:01:10Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=04ef0ab0bc819f60fbb9bf3caf332481ed9e528e'/>
<id>urn:sha1:04ef0ab0bc819f60fbb9bf3caf332481ed9e528e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mkdir -&gt; ${MKDIR}</title>
<updated>2002-02-15T10:12:28Z</updated>
<author>
<name>skrll</name>
<email>skrll</email>
</author>
<published>2002-02-15T10:12:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=776a33b09bbd737dcfa1ffef38c8b5b383b0d0c4'/>
<id>urn:sha1:776a33b09bbd737dcfa1ffef38c8b5b383b0d0c4</id>
<content type='text'>
rmdir -&gt; ${RMDIR}
rm -&gt; ${RM} (${RM} added to PLIST_SUBST)
chmod -&gt; ${CHMOD}
chown -&gt; ${CHOWN}
</content>
</entry>
<entry>
<title>Move pkg/ files into package's toplevel directory</title>
<updated>2001-10-31T22:03:21Z</updated>
<author>
<name>zuntum</name>
<email>zuntum</email>
</author>
<published>2001-10-31T22:03:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9c7517511a4ffc07c35e603712dd2af1312768ff'/>
<id>urn:sha1:9c7517511a4ffc07c35e603712dd2af1312768ff</id>
<content type='text'>
</content>
</entry>
</feed>
