Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: "Pierre Muller" <muller@ics.u-strasbg.fr>
To: "'Joel Brobecker'" <brobecker@adacore.com>,
		"'Eli Zaretskii'" <eliz@gnu.org>
Cc: <gdb-patches@sourceware.org>
Subject: RE: [RFA] Handle GPC specific name for main function
Date: Mon, 08 Oct 2007 07:35:00 -0000	[thread overview]
Message-ID: <005801c8097d$cd45e110$67d1a330$@u-strasbg.fr> (raw)
In-Reply-To: <20071008063451.GI3570@adacore.com>

  Hi Joel,
  

I am sorry to be so late to reply to your 
comments, but I have currently no internet access
at home :(

  About your changes:

1) Change of function type to "const char *"
Chainging the return type of
"pascal_main_name" to "const char *" seems fine for me, 
but in the function "find_main_name",
there is first a call to ada_main_name
which is a "char *" function, and is now
assigned to a "const char *", as you changed the type of
"new_main_name" variable. My limited knowledge of
the subtle differences between "const char *" and "char *"
explains why I missed it at the start, but also
lets me state that I have no idea if changing the return type 
of "ada_main_name" is correct, or if doing the typecasting on
the line where "ada_main_name" is called.
  Wouldn't it be better to leave the new_main_name type 
unchanged, and do a type cast either when calling "pascal_main_name"
or inside "pascal_main_name" if we decide to leave it as a
"char *".

2) Your change to the final comment inside "pascal_main_name":
  The main point here is that this function is only useful for
the GNU pascal compiler (GPC) which gives a special symbol name
to the main procedure inside the main source.
  This is not the case for the Free Pascal compiler,
another freeware, and I happen to be part of the core developer
team of Free Pascal, thus your comment is misleading
+  /*  No known entry procedure found, the main program is probably
+      not in pascal.  */
  I would propose
+  /*  No known entry procedure found, the main program is probably
+      not compiled by GPC.  */  


  Thank you very much for taking the time
to review this patch,

Pierre Muller
Pascal language maintainer.

> -----Original Message-----
> From: Joel Brobecker [mailto:brobecker@adacore.com]
> Sent: Monday, October 08, 2007 8:35 AM
> To: Eli Zaretskii
> Cc: muller@ics.u-strasbg.fr; gdb-patches@sourceware.org
> Subject: Re: [RFA] Handle GPC specific name for main function
> 
> > Fine with me; that's what I had in mind.
> 
> Excellent. Here is the complete patch, I forgot to include the symtab.c
> part...
> 
> 2007-10-07  Pierre Muller  <muller@ics.u-strasbg.fr>
> 
>         * p-lang.h (pascal_main_name): Add declaration.
>         * p-lang.c (GPC_P_INITIALIZE, GPC_MAIN_PROGRAM_NAME_1)
>         (GPC_MAIN_PROGRAM_NAME_2): New constants.
>         (pascal_main_name): New function.
>         * symtab.c: Include p-lang.h.
>         (find_main_name): ADd call to pascal_main_name.
>         * Makefile.in (symtab.o): Add dependency on p-lang.h.
> 
> Needs to be tested...
> 
> --
> Joel



  reply	other threads:[~2007-10-08  7:35 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-03  9:31 Pierre Muller
2007-10-05 18:16 ` Joel Brobecker
2007-10-06  7:24   ` Eli Zaretskii
2007-10-07  7:17     ` Joel Brobecker
2007-10-07 19:25       ` Eli Zaretskii
2007-10-08  6:35         ` Joel Brobecker
2007-10-08  7:35           ` Pierre Muller [this message]
2007-10-08 15:14             ` Joel Brobecker
2007-10-08 15:43               ` [RFA-2] " Pierre Muller
2007-10-08 15:45                 ` Pierre Muller
2007-10-08 17:24                 ` Joel Brobecker
2007-10-08 18:45                   ` Joel Brobecker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='005801c8097d$cd45e110$67d1a330$@u-strasbg.fr' \
    --to=muller@ics.u-strasbg.fr \
    --cc=brobecker@adacore.com \
    --cc=eliz@gnu.org \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox