summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/include/coff/internal.h
diff options
context:
space:
mode:
authorJoshua Lang <joshualang@google.com>2017-02-02 20:22:46 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-02-02 20:22:46 +0000
commit22eb558f95f613bea0a64eda404ee413138aeff8 (patch)
treea6fb4e5541581d7bf6925b298bcb3f4910836bc4 /binutils-2.25/include/coff/internal.h
parent249bab53c3518fccd432baf1447422b25d884732 (diff)
parent9bf6cbf6dd88777719c5757922aff0190ec46539 (diff)
downloadtoolchain_binutils-22eb558f95f613bea0a64eda404ee413138aeff8.tar.gz
toolchain_binutils-22eb558f95f613bea0a64eda404ee413138aeff8.tar.bz2
toolchain_binutils-22eb558f95f613bea0a64eda404ee413138aeff8.zip
Set CodeView pdb path/name to base name
am: 9bf6cbf6dd Change-Id: I46f3eeff9e8a4a07dfc45b31579734798d8c0733
Diffstat (limited to 'binutils-2.25/include/coff/internal.h')
-rw-r--r--binutils-2.25/include/coff/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils-2.25/include/coff/internal.h b/binutils-2.25/include/coff/internal.h
index 47e85d9f..2fd0264e 100644
--- a/binutils-2.25/include/coff/internal.h
+++ b/binutils-2.25/include/coff/internal.h
@@ -167,7 +167,7 @@ typedef struct _CODEVIEW_INFO
char Signature[CV_INFO_SIGNATURE_LENGTH];
unsigned int SignatureLength;
unsigned long Age;
- // char PdbFileName[];
+ char PdbFileName[];
} CODEVIEW_INFO;
/* Default image base for NT. */