This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


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

Re: 2nd try [PATCH RFA] Pascal language part 3: Changes to Makefile.in


At 16:43 24/08/00 , David Taylor wrote:
>    ChangeLog entry:
>
>    2000-08-17  Pierre Muller <muller@ics.u-strasbg.fr>
>       * Makefile.in: add rules to compile and link pascal specific files.
>
>I generally prefer context (-c) or unified (-u) diffs.  In a straight
>diff, you often can't tell whether a change is okay or not; in this
>case it was okay.

 Sorry about this, I will try to remember using diff  -c next time.

>Approved.
>
>       * config/djgpp/fnchange.lst: add substitution for p-exp.tab.c
>
>Looks okay to me, but I defer to the djgpp maintainers.

  Approved by Eli Zaretskii.

Applied.

  I send this to gdb list to remind people that this patch
will add compilation of new files:
p-exp.y  p-lang.c p-typeprint.c and p-valprint.c

  If anyone experiences a build failure or warnings concerning these files,
please report this ASAP.
  These files were never compiled yet on some target
and I might have made some errors (especially, I am not sure 
that the code is correct for cross building).

  p-exp.y will generate
conflicts: 21 shift/reduce 
(at least with GNU lex/yacc tool)
but these are unimportant.

Other that this please report any warning you could get on 
compilation of these files.

File ChangeLog entry :


2000-08-24  Pierre Muller  <muller@ics.u-strasbg.fr>

       * Makefile.in: add rules to compile and link pascal specific files.
       * config/djgpp/fnchange.lst: add substitution for p-exp.tab.c.



Pierre Muller
Institut Charles Sadron
6,rue Boussingault
F 67083 STRASBOURG CEDEX (France)
mailto:muller@ics.u-strasbg.fr
Phone : (33)-3-88-41-40-07  Fax : (33)-3-88-41-40-99

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