public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2] testsuite: stdlib/isomac.c: fix REQUIREMENTS
@ 2023-05-04 20:25 наб
  2023-05-08 14:01 ` Carlos O'Donell
  0 siblings, 1 reply; 2+ messages in thread
From: наб @ 2023-05-04 20:25 UTC (permalink / raw)
  Cc: libc-alpha

[-- Attachment #1: Type: text/plain, Size: 1543 bytes --]

All of the mentioned variables are gone. gcc is just the default and
argv[1] can be used instead. /usr/include isn't hard-coded and you can
pass argv[2] with -I... to adjust.

Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
---
v2: no-change resend after clean rebase

 stdlib/isomac.c | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/stdlib/isomac.c b/stdlib/isomac.c
index 3a6009d988..a371bb2593 100644
--- a/stdlib/isomac.c
+++ b/stdlib/isomac.c
@@ -45,14 +45,11 @@
    compiler compiles some other language than Standard C.
 
    REQUIREMENTS:
-     This program calls gcc to get the list of defined macros. If you
+     This program calls ${1-gcc} to get the list of defined macros. If you
      don't have gcc you're probably out of luck unless your compiler or
-     preprocessor has something similar to gcc's -dM option. Tune
-     PRINT_MACROS in this case. This program assumes headers are found
-     under /usr/include and that there is a writable /tmp directory.
-     Tune SYSTEM_INCLUDE if your system differs.
-     #define BROKEN_SYSTEM if system(NULL) bombs -- one more violation
-     of ISO C, by the way.
+     preprocessor has something similar to gcc's -dM option. This program
+     assumes headers are found in the default search path (pass -I... in
+     $2 if this is not the case) and that there is a writable /tmp directory.
 
    OUTPUT:
      Each header file name is printed, followed by illegal macro names
-- 
2.30.2

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] testsuite: stdlib/isomac.c: fix REQUIREMENTS
  2023-05-04 20:25 [PATCH v2] testsuite: stdlib/isomac.c: fix REQUIREMENTS наб
@ 2023-05-08 14:01 ` Carlos O'Donell
  0 siblings, 0 replies; 2+ messages in thread
From: Carlos O'Donell @ 2023-05-08 14:01 UTC (permalink / raw)
  To: наб; +Cc: libc-alpha

On 5/4/23 16:25, наб via Libc-alpha wrote:
> All of the mentioned variables are gone. gcc is just the default and
> argv[1] can be used instead. /usr/include isn't hard-coded and you can
> pass argv[2] with -I... to adjust.

LGTM. Thank you! Pushed.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>

> 
> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
> ---
> v2: no-change resend after clean rebase
> 
>  stdlib/isomac.c | 11 ++++-------
>  1 file changed, 4 insertions(+), 7 deletions(-)
> 
> diff --git a/stdlib/isomac.c b/stdlib/isomac.c
> index 3a6009d988..a371bb2593 100644
> --- a/stdlib/isomac.c
> +++ b/stdlib/isomac.c
> @@ -45,14 +45,11 @@
>     compiler compiles some other language than Standard C.
>  
>     REQUIREMENTS:
> -     This program calls gcc to get the list of defined macros. If you
> +     This program calls ${1-gcc} to get the list of defined macros. If you

OK.

>       don't have gcc you're probably out of luck unless your compiler or
> -     preprocessor has something similar to gcc's -dM option. Tune
> -     PRINT_MACROS in this case. This program assumes headers are found
> -     under /usr/include and that there is a writable /tmp directory.
> -     Tune SYSTEM_INCLUDE if your system differs.
> -     #define BROKEN_SYSTEM if system(NULL) bombs -- one more violation
> -     of ISO C, by the way.
> +     preprocessor has something similar to gcc's -dM option. This program
> +     assumes headers are found in the default search path (pass -I... in
> +     $2 if this is not the case) and that there is a writable /tmp directory.

OK.

>  
>     OUTPUT:
>       Each header file name is printed, followed by illegal macro names

-- 
Cheers,
Carlos.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-08 14:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-04 20:25 [PATCH v2] testsuite: stdlib/isomac.c: fix REQUIREMENTS наб
2023-05-08 14:01 ` Carlos O'Donell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).