This is the mail archive of the gdb-prs@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]
Other format: [Raw text]

Re: symtab/1410: ELF32


The following reply was made to PR symtab/1410; it has been noted by GNATS.

From: TSUKAHARA Ken <ken.tsukahara@tmt-d.co.jp>
To: "gdb-gnats@sources.redhat.com" <gdb-gnats@sources.redhat.com>
Cc:  
Subject: Re: symtab/1410: ELF32
Date: Wed, 15 Oct 2003 13:56:13 +0900

 Hello. I have made a quick hack for the trouble. 
 I hope someone to check its propriety. 
 
 --- gdb-6.0/gdb/exec.c.org      2003-01-21 14:43:47.000000000 -0500
 +++ gdb-6.0/gdb/exec.c  2003-10-14 22:40:06.000000000 -0400
 @@ -138,6 +138,7 @@
 
    vmap = NULL;
 
 +#if 0
    if (exec_bfd)
      {
        char *name = bfd_get_filename (exec_bfd);
 @@ -148,6 +149,7 @@
        xfree (name);
        exec_bfd = NULL;
      }
 +#endif
 
    if (exec_ops.to_sections)
      {
 
 ---
 Ken Tsukahara <ken.tsukahara@tmt-d.co.jp>
 TMT&D Corporation, Kobe City, JAPAN
 


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