diff options
| author | Ulrich Drepper <[email protected]> | 2008-01-12 03:06:47 +0000 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2008-01-12 03:06:47 +0000 |
| commit | fd47989094090138b0c857d067ac7ff05e7b6d91 (patch) | |
| tree | 8c2aff1c3a3b3586cbdf608ff1bef9ba4ac6f0fa /libcpu/ChangeLog | |
| parent | 5eee122f63233ad4df924fedceab5e2649922aeb (diff) | |
Add comment with absolute address to %rip based address modes.
Diffstat (limited to 'libcpu/ChangeLog')
| -rw-r--r-- | libcpu/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libcpu/ChangeLog b/libcpu/ChangeLog index cb0f4edf..f4478795 100644 --- a/libcpu/ChangeLog +++ b/libcpu/ChangeLog @@ -1,5 +1,12 @@ 2008-01-11 Ulrich Drepper <[email protected]> + * i386_disasm.c (struct output)buffer): Add labelbuf, labelbufsize, + symaddr_use, and symaddr fields. + (i386_disasm): Remove labelbuf and labelbufsize variables. + Add back %e format. Implement %a and %l formats. + * i386_data.h (general_mod$r_m): Set symaddr_use and symaddr for %rip + base addressing. + * i386_disasm.c (i386_disasm): Resize output buffer if necessary. Optimize output_data initialization. Free buffers before return. (struct output_data): Remove op1str field. Adjust code. |
