History log of /src/distrib/sets/lists/debug/ad.powerpc
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base
# 1.42 27-Aug-2024 christos

remove psim


# 1.41 11-Jul-2024 riastradh

Revert the duplication of compat set lists; do it another way.

1. Restore the compatdir and compatfile tags in base and debug.

=> compatdir marks directories that should have per-ABI compat
subdirectories, like /usr/lib having /usr/lib/o32 and
/usr/lib/64 on mips64.

=> compatfile marks files that have per-ABI versions in the
nearest compatdir, like /usr/lib/o32/libc.so.12.221.

This is the mechanism we use to avoid duplicating every library
that has a compat version in multiple set lists.

2. Teach sets.subr to split the compatdir and compatfile entries out
into separate sets for base and debug.

The mechanism is to internally use:

- a new tag `omitcompat' when processing base and debug, so we
don't generate the per-ABI compat directories or per-ABI compat
files under them;

- a new tag `takecompat=${ABI}' when processing base32/64 and
debug32/64, so we _do_ generate the per-ABI compat directories
for ${ABI}.

=> On, e.g., mips64, base32 uses `takecompat=o32' and base64
uses `takecompat=64'.

=> On, e.g., aarch64, base32 uses
`takecompat=eabi,takecompat=eabihf', and there is no base64.

3. Record in sets.subr the list of `32' and `64' architectures for
each port.

This is maybe not the right place to put it, but it's also not
clear that we want to keep exactly this division -- maybe it would
be more sensible to just have per-ABI , e.g.:

(aarch64) base-eabi, base-eabihf
(amd64) base-i386
(mips64) base-o32, base-64
(mipsn64) base-o32, base-n32

But I'll leave cleaning that up for another day.

4. Adjust some sets. Mostly this commit shouldn't change what file
go in what sets, but, e.g., on mips64, the following move from
base32 to base64 as part of this change, which I think is
appropriate:

- /lib/64
- /libexec/ld.elf_so-64
- /usr/lib/64
- /usr/libdata/debug/lib/64
- /usr/libdata/debug/usr/lib/64
- /usr/libexec/ld.elf_so-64

TBD: Remove ./lib and ./usr/lib from debug/mi; they're already in
base/mi. Maybe move ./usr/libdata/debug to from base/mi to debug/mi.

This reverts most of the set list changes in:

https://mail-index.netbsd.org/source-changes/2024/04/09/msg150763.html

PR misc/58365


Revision tags: netbsd-10-1-RELEASE perseant-exfatfs-base-20240630 perseant-exfatfs-base netbsd-8-3-RELEASE netbsd-9-4-RELEASE netbsd-10-0-RELEASE netbsd-10-0-RC6 netbsd-10-0-RC5 netbsd-10-0-RC4 netbsd-10-0-RC3 netbsd-10-0-RC2 netbsd-10-0-RC1 netbsd-10-base netbsd-9-3-RELEASE cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 netbsd-9-2-RELEASE cjep_staticlib_x-base thorpej-futex-base netbsd-9-1-RELEASE phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 netbsd-8-2-RELEASE netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609 netbsd-8-1-RELEASE netbsd-8-1-RC1 pgoyette-compat-merge-20190127 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 netbsd-8-0-RELEASE phil-wifi-base pgoyette-compat-0625 netbsd-8-0-RC2 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 netbsd-8-0-RC1 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.40 23-Jun-2015 matt

branches: 1.40.30;
remove unneed arch64 keywords


# 1.39 23-Jun-2015 matt

Remove autogenerated entries.


# 1.38 29-May-2015 christos

bump libintl


# 1.37 17-Apr-2015 christos

bump liblzma


# 1.36 04-Apr-2015 christos

bump libssh


# 1.35 31-Mar-2015 christos

bump libpcap.


# 1.34 25-Jan-2015 christos

stuff added by blacklist


# 1.33 17-Jan-2015 christos

bump libamu.


# 1.32 16-Jan-2015 christos

bump libc for strtoi and strtou


# 1.31 13-Jan-2015 spz

Update of OpenSSL to 1.0.1k part 3:
- bump the shared library versions
- adjust set lists
- regenerate man pages
- note the import in doc/3RDPARTY and doc/CHANGES

there were no changes in asm parts


# 1.30 02-Jan-2015 christos

bump libmagic


# 1.29 10-Dec-2014 christos

remove obsolete entries for libisccfg which are not.


# 1.28 10-Dec-2014 christos

bump for bind update


# 1.27 25-Oct-2014 joerg

Consistently tag libasan with gcc=48


# 1.26 22-Oct-2014 christos

Add libasan


# 1.25 19-Oct-2014 christos

bump libssh


# 1.24 13-Oct-2014 christos

bump libc and add man pages for open_{,w}memstream


# 1.23 10-Oct-2014 mrg

bump libstdc++ minor due to new complex etc functions enabled.


# 1.22 10-Oct-2014 christos

bump libm for long double complex functions


# 1.21 26-Sep-2014 christos

add execvpe,execlpe bump.


# 1.20 24-Sep-2014 christos

add strnstr from FreeBSD


# 1.19 22-Aug-2014 apb

sort


Revision tags: netbsd-7-base tls-maxphys-base
# 1.18 10-Aug-2014 spz

branches: 1.18.2;
merge openssl 1.0.1i


Revision tags: tls-earlyentropy-base
# 1.17 25-Jul-2014 dholland

Update set lists for libc bump and new man pages.


# 1.16 25-Jul-2014 mrg

introduce a new pci_drvname(3) to libpci. implement it in the backend
via PCI_IOC_DRVNAME.

update manual and set lists (and remove a couple of doubled entries.)o

this will be used in libpciaccess() to implement the has_kernel_driver()
method.


# 1.15 19-Jul-2014 lneto

lua: updated from 5.1 to 5.3 work3

* lua(1):
- changed lua_Integer to intmax_t
- updated distrib/sets/lists and etc/mtree
- updated bsd.lua.mk
- fixed bozohttpd (lua-bozo.c)
- compatibilized bindings: gpio, sqlite
* lua(4):
- removed floating-point and libc dependencies using '#ifndef _KERNEL'
- fixed division by zero and exponentiation
- libkern: added isalnum(), iscntrl(), isgraph(), isprint() and ispunct()
- acpica: removed isprint() from acnetbsd.h
- libc: moved strcspn.c, strpbrk.c and strspn.c to common
- removed stub headers
- compatibilized bindings: luapmf, luasystm
* reorganized luaconf.h
* updated doc/CHANGES and doc/RESPONSIBLE


# 1.14 13-Jul-2014 martin

Add libirs debug info to a few more places


# 1.13 13-Jul-2014 martin

libisccfg.so.8.1 debug files for other compat architectures.


# 1.12 09-Jul-2014 martin

Add libirs_g.a to more compat lib directories


# 1.11 18-Jun-2014 christos

bump libc.


# 1.10 13-Jun-2014 joerg

Add asysctl(3) and asysctlbyname(3) wrappers for the common idiom of
fetching dynamically sized data via sysctl.


# 1.9 28-May-2014 tron

Update for OpenLDAP 2.4.39.


# 1.8 18-May-2014 nat

libossaudio minor version bump to signify new ioctls.


# 1.7 15-May-2014 apb

sort


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15
# 1.6 21-Mar-2014 christos

branches: 1.6.2;
bump libssl


Revision tags: riastradh-drm2-base3
# 1.5 11-Mar-2014 christos

fix libelf.so sets


# 1.4 09-Mar-2014 htodd

Fix typo in library version.


# 1.3 09-Mar-2014 christos

bump libelf and libdwarf


# 1.2 07-Mar-2014 matt

Update for MKCOMPAT=yes


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8
# 1.1 16-Jan-2013 christos

branches: 1.1.2; 1.1.6;
Add a new "debug" set that gets built when ${MKDEBUG} is set. On evbarm:
-rw-r--r-- 1 root src 35806068 Jan 16 10:47 base.tgz
-rw-r--r-- 1 root src 57374069 Jan 16 10:48 comp.tgz
-rw-r--r-- 1 root src 101286193 Jan 16 10:49 debug.tgz
...
This allows always building the debugging code and libraries but not
installing it (although now it is placed in the default sets if ${MKDEBUG}
is set