bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/20555] New: The GNU linker does not generate PDB files


From: luis.camara at live dot com.pt
Subject: [Bug ld/20555] New: The GNU linker does not generate PDB files
Date: Mon, 05 Sep 2016 04:42:39 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=20555

            Bug ID: 20555
           Summary: The GNU linker does not generate PDB files
           Product: binutils
           Version: 2.23
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: ld
          Assignee: unassigned at sourceware dot org
          Reporter: luis.camara at live dot com.pt
  Target Milestone: ---

I build my dynamic-link libraries (DLLs) using the Netwide Assembler and the
GNU linker (ld).

When I build testing applications with the Microsoft(R) Visual Studio(R) to
test the DLL functions, Visual Studio does not recognise the symbols because
they are no symbols in PDB format.

So I'd like to add a command line option --generate-pdb for i386pe that
generates a PDB file for the executable/DLL being built. For instance, if I
have the following command line:

ld --image-base 0x79240000 --nxcompat -o Mandelbrot.exe --generate-pdb
Mandelbrot.pdb Mandelbrot.o

, this will produce an executable Mandelbrot.exe from the object file
Mandelbrot.o, producing a symbol file Mandelbrot.pdb.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]