This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] am33: bring port up to date with NPTL support


Another point: you don't have a syscalls.list for am33, so as a 32-bit 
architecture that means you'll probably be missing prlimit64 and 
fanotify_mark (as generating ABI baselines, and comparing them with those 
for other architectures, might show).  So you should add one - and an 
appropriate Versions file to put those functions in the version actually 
adding them for am33.

Regarding versions - shlib-versions should ideally be set up to avoid 
symbols at versions that didn't exist in working form for am33.  See how 
Tile avoids versions before 2.12, and between 2.12 and 2.15.  If you 
haven't had any versions between 2.9 and 2.16 you could cause intermediate 
symbol versions not to exist for am33, for example (you might need to 
declare explicitly all past symbol versions that should exist for am33; 
I'm not sure).

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]