Skip to content
Snippets Groups Projects
Commit dc2a0e66 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Enable the mangler for netbsd/amd64; fixes trac #2347

parent f87698f5
No related branches found
Tags 2007-11-11
No related merge requests found
......@@ -216,7 +216,7 @@ sub init_TARGET_STUFF {
$T_HDR_vector = "\.text\n\t\.align 8\n";
#--------------------------------------------------------#
} elsif ( $TargetPlatform =~ /^x86_64-.*-(linux|openbsd|freebsd)$/m ) {
} elsif ( $TargetPlatform =~ /^x86_64-.*-(linux|openbsd|freebsd|netbsd)$/m ) {
$T_STABBY = 0; # 1 iff .stab things (usually if a.out format)
$T_US = ''; # _ if symbols have an underscore on the front
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment