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


Andreas Schwab <schwab@suse.de> writes:

> Doing that automatically is a bit difficult, since you'll have to change
> all makefiles that define tests.

It wasn't so bad, and if string/ is any indication, I don't need to
change any subdir makefiles, just top-level ones.

> 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'.

Yep, that's what I did!

Greg

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