Marcel Moolenaar
5cf8741861
Work around a GCC optimization bug on ia64: In link_elf_symbol_values(),
...
a pointer to a symbol is given and we have to find the containing symbol
table. We do this by bounds checking. For some strange reason (ie I
haven't found the root cause) the first test succeeded for said symbol,
implying that the symbol came from the .dynsym table. In reality however
the symbol actually resided in the .symtab table. Needless to say that
all that was returned was junk.
The upper bounds check was: (symptr - baseptr) < symtab_size
This has been rewritten to: symptr < (baseptr + symtab_size)
As a side-effect, slightly more optimal (and still correct :-) code can
be generated on ia64.
2002-08-24 05:01:33 +00:00
..
2002-07-21 03:28:43 +00:00
2002-08-15 20:55:08 +00:00
2002-07-20 02:56:12 +00:00
2002-07-20 02:56:12 +00:00
2002-08-15 20:55:08 +00:00
2002-07-20 02:56:12 +00:00
2002-07-20 02:56:12 +00:00
2002-08-07 17:53:31 +00:00
2002-08-19 20:02:29 +00:00
2002-08-15 20:55:08 +00:00
2002-08-01 01:04:16 +00:00
2002-07-30 20:34:30 +00:00
2002-08-17 02:36:16 +00:00
2002-08-17 02:36:16 +00:00
2002-08-22 21:45:58 +00:00
2002-08-01 13:44:33 +00:00
2002-08-22 21:45:58 +00:00
2002-08-01 18:45:10 +00:00
2002-08-01 18:45:10 +00:00
2002-08-22 21:45:58 +00:00
2002-08-19 19:04:53 +00:00
2002-08-15 20:55:08 +00:00
2002-08-13 10:07:05 +00:00
2002-08-19 20:26:32 +00:00
2002-07-27 16:54:23 +00:00
2002-08-18 07:05:00 +00:00
2002-08-11 13:05:30 +00:00
2002-08-01 17:47:56 +00:00
2002-07-24 03:02:43 +00:00
2002-08-01 13:39:33 +00:00
2002-08-23 07:23:44 +00:00
2002-08-04 06:27:37 +00:00
2002-07-30 06:54:05 +00:00
2002-08-01 18:45:10 +00:00
2002-08-10 19:56:45 +00:00
2002-07-15 13:13:04 +00:00
2002-08-22 21:45:58 +00:00
2002-08-18 21:24:22 +00:00
2002-08-22 12:47:22 +00:00
2002-08-22 20:43:07 +00:00
2002-08-24 05:01:33 +00:00
2002-08-24 05:01:33 +00:00
2002-07-12 06:38:34 +00:00
2002-08-01 01:04:16 +00:00
2002-07-21 03:28:43 +00:00
2002-08-07 19:43:54 +00:00
2002-08-21 23:39:52 +00:00
2002-07-23 14:30:27 +00:00
2002-07-19 17:44:44 +00:00
2002-08-15 14:09:16 +00:00
2002-07-15 13:15:31 +00:00
2002-07-15 17:17:56 +00:00
2002-08-11 18:47:42 +00:00
2002-08-07 19:43:54 +00:00
2002-08-01 13:35:38 +00:00
2002-08-22 14:36:03 +00:00
2002-07-27 16:54:23 +00:00
2002-07-15 02:03:17 +00:00
2002-08-23 22:43:28 +00:00
2002-08-21 23:39:52 +00:00
2002-07-20 22:44:39 +00:00
2002-08-17 02:36:16 +00:00
2002-08-19 20:02:29 +00:00
2002-08-19 20:01:31 +00:00
2002-08-13 08:00:36 +00:00
2002-08-13 08:47:17 +00:00
2002-08-15 02:10:12 +00:00
2002-08-06 18:56:41 +00:00
2002-08-19 19:04:53 +00:00
2002-07-18 21:19:56 +00:00
2002-08-13 19:03:19 +00:00
2002-07-21 19:06:46 +00:00
2002-08-01 17:47:56 +00:00
2002-08-16 18:41:48 +00:00
2002-08-16 18:41:48 +00:00
2002-08-16 12:52:03 +00:00
2002-08-15 20:55:08 +00:00
2002-08-01 01:18:42 +00:00
2002-08-01 01:04:16 +00:00
2002-08-22 21:24:01 +00:00
2002-08-04 10:29:36 +00:00
2002-08-05 08:55:53 +00:00
2002-07-31 07:27:08 +00:00
2002-08-13 11:11:51 +00:00
2002-08-21 03:55:35 +00:00
2002-08-04 10:29:36 +00:00
2002-08-19 06:52:21 +00:00
2002-08-23 00:32:03 +00:00
2002-08-21 03:55:35 +00:00
2002-08-23 00:32:03 +00:00
2002-08-21 06:19:29 +00:00