gdb ./xhashmap
>run
...
ctrl-c
Program received signal SIGINT, Interrupt.
0x080488f0 in ipm_hash_cull (tag=0x8049fb8 "MAXSIZE_HASHLIMIT") at
ipm_util.c:55
BFD: BFD 2.15.93 20041018 internal error, aborting at cache.c line 495
in bfd_cache_lookup_worker
BFD: Please report this bug.
lego> where
ba
--- Additional Comments From jbeulich at novell dot com 2006-02-17 09:58
---
The two patches also break when using macro arguments like
m (x)/(y)
because parsing stops after the closing parenthesis (another needed difference
in behavior from processing of angle brackets).
Furt
--- Additional Comments From amodra at bigpond dot net dot au 2006-02-17
10:14 ---
Thanks. This bug has already been fixed in CVS.
--
What|Removed |Added
Status