Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Johanna Svenningsson <mea@nada.kth.se>
To: gdb-patches@cygnus.com
Subject: conflicting types in jv-lang.{c,h} (AIX 4.3.2 and gdb-4.17.87)
Date: Fri, 26 Mar 1999 19:58:00 -0000	[thread overview]
Message-ID: <ltpsoar7fda.fsf@scup.pdc.kth.se> (raw)

IBM xlc refuses to compile jv-lang.c unless something similar to this
is done...

Regards,
/Johanna

1999-03-27	Johanna Svenningsson	<mea@nada.kth.se>

	* jv-lang.h: changed type of dynamics_objfile to static




*** gdb/jv-lang.h~      Thu Mar 25 04:37:22 1999
--- gdb/jv-lang.h       Sat Mar 27 04:44:38 1999
***************
*** 39,45 ****
  /* This objfile contains symtabs that have been dynamically created
     to record dynamically loaded Java classes and dynamically
     compiled java methods. */
! extern struct objfile *dynamics_objfile;
  
  extern int
  java_val_print PARAMS ((struct type *, char *, int, CORE_ADDR, GDB_FILE *, int, int,
--- 39,45 ----
  /* This objfile contains symtabs that have been dynamically created
     to record dynamically loaded Java classes and dynamically
     compiled java methods. */
! static struct objfile *dynamics_objfile;
  
  extern int
  java_val_print PARAMS ((struct type *, char *, int, CORE_ADDR, GDB_FILE *, int, int,


WARNING: multiple messages have this Message-ID
From: Johanna Svenningsson <mea@nada.kth.se>
To: gdb-patches@cygnus.com
Subject: conflicting types in jv-lang.{c,h} (AIX 4.3.2 and gdb-4.17.87)
Date: Thu, 01 Apr 1999 00:00:00 -0000	[thread overview]
Message-ID: <ltpsoar7fda.fsf@scup.pdc.kth.se> (raw)
Message-ID: <19990401000000.mkcT25S9UqHQN80CvGgypd31qAVc8q-hVmPV2AvDDAY@z> (raw)

IBM xlc refuses to compile jv-lang.c unless something similar to this
is done...

Regards,
/Johanna

1999-03-27	Johanna Svenningsson	<mea@nada.kth.se>

	* jv-lang.h: changed type of dynamics_objfile to static




*** gdb/jv-lang.h~      Thu Mar 25 04:37:22 1999
--- gdb/jv-lang.h       Sat Mar 27 04:44:38 1999
***************
*** 39,45 ****
  /* This objfile contains symtabs that have been dynamically created
     to record dynamically loaded Java classes and dynamically
     compiled java methods. */
! extern struct objfile *dynamics_objfile;
  
  extern int
  java_val_print PARAMS ((struct type *, char *, int, CORE_ADDR, GDB_FILE *, int, int,
--- 39,45 ----
  /* This objfile contains symtabs that have been dynamically created
     to record dynamically loaded Java classes and dynamically
     compiled java methods. */
! static struct objfile *dynamics_objfile;
  
  extern int
  java_val_print PARAMS ((struct type *, char *, int, CORE_ADDR, GDB_FILE *, int, int,


             reply	other threads:[~1999-03-26 19:58 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-03-26 19:58 Johanna Svenningsson [this message]
1999-03-31 16:09 ` Stan Shebs
1999-04-01  0:00   ` Stan Shebs
1999-04-01  0:00 ` Per Bothner
1999-03-27  9:04   ` Per Bothner
1999-04-01  0:00 ` Johanna Svenningsson

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=ltpsoar7fda.fsf@scup.pdc.kth.se \
    --to=mea@nada.kth.se \
    --cc=gdb-patches@cygnus.com \
    /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