summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xabs3
1 files changed, 1 insertions, 2 deletions
diff --git a/abs b/abs
index 223b6fe..bef5e00 100755
--- a/abs
+++ b/abs
@@ -97,8 +97,7 @@ class ErrorParser(object):
def __init__(self):
- ErrorParser = {'GNU_LINKER':['(.*?):?\(\.\w+\+.*\): (.*)', \
- '(.*[/\\\])?ld(\.exe)?: (.*)'], \
+ ErrorParser = {'GNU_LINKER':['(.*?):?\(\.\w+\+.*\): (.*)'], \
'GNU_GCC':['(.*?):(\d+):(\d+:)? [Ee]rror: ([`\'"](.*)[\'"] undeclared .*)', \
'(.*?):(\d+):(\d+:)? [Ee]rror: (conflicting types for .*[`\'"](.*)[\'"].*)', \
'(.*?):(\d+):(\d+:)? (parse error before.*[`\'"](.*)[\'"].*)', \