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

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

Re: glibc testsuite for BPs


Greg McGary <greg@mcgary.org> writes:

|> I'm looking into hacking makefiles to build static BP versions
|> of the tests if build-bounded=yes.  I guess I'll just suffix
|> all program names with `-bp' and name output files *-bp.out,
|> or *.out-bp if necessary.

Doing that automatically is a bit difficult, since you'll have to change
all makefiles that define tests.  To get object files with bounded
pointers just use `%.ob' instead of `%.o'.  You can then define
+link-bounded similar to +link-static and use it do define implicit rules
for `%-bp' and `%-bp.out'.

Andreas.

-- 
Andreas Schwab                                  "And now for something
SuSE Labs                                        completely different."
Andreas.Schwab@suse.de
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg

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