binutils-gdb icon indicating copy to clipboard operation
binutils-gdb copied to clipboard

GDB is the GNU debugger. Forked from bminor's mirror.

Results 5 binutils-gdb issues
Sort by recently updated
recently updated
newest added

Ports like x86-64 set ELIMINATE_COPY_RELOCS, which I think does the following: - there's a non-GOT relocation to a data symbol defined in a shared library - ordinarily, that would mean...

`make check` output is currently: ``` # of expected passes 41 # of unexpected failures 4 # of unsupported tests 3 ``` with the following failures: ``` FAIL: nm --size-sort...

This one is weird. In the `nm -D` output, ``` f0000000 R _etext ``` changes to ``` f0000000 A _etext ``` during the `strip -s`.

```regexp_diff match failure regexp "^.*/dwarf3\.o: In function `main':$" line "tmpdir/dwarf3.o: In function `__wasm_code_main':" regexp_diff match failure regexp "^.*\(\.text.*\+0x[0-9a-f]+\): undefined reference to `bar'$" line "(.wasm.payload.code+0x56): undefined reference to `bar'" regexp_diff match...

The C grammar in c-exp.y needs to be fixed not to have shift/reduce conflicts. The easiest way would be to introduce a second typeof-like keyword to create typeonly values.

bug