projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c89985
)
* readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
author
DJ Delorie
<dj@redhat.com>
Thu, 30 Nov 2000 15:35:54 +0000
(15:35 +0000)
committer
DJ Delorie
<dj@redhat.com>
Thu, 30 Nov 2000 15:35:54 +0000
(15:35 +0000)
binutils/ChangeLog
patch
|
blob
|
history
binutils/readelf.c
patch
|
blob
|
history
diff --git
a/binutils/ChangeLog
b/binutils/ChangeLog
index 0fa7e5d68100d885c4d94ecd357ba27cff463fba..8ec5ee39d174a51634b58aea61753d3a9b0adebe 100644
(file)
--- a/
binutils/ChangeLog
+++ b/
binutils/ChangeLog
@@
-1,3
+1,7
@@
+2000-11-30 Richard Earnshaw <rearnsha@arm.com>
+
+ * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
+
2000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
* MAINTAINERS: Add Jörn Rennecke and self as SH maintainers.
diff --git
a/binutils/readelf.c
b/binutils/readelf.c
index b0be961032c739f69ce9d090ba0acb6e69e1306c..99d1b9831dc2cd68c77678fcb330261a1bc115d2 100644
(file)
--- a/
binutils/readelf.c
+++ b/
binutils/readelf.c
@@
-6556,7
+6556,7
@@
frame_display_row (fc, need_col_headers, max_regs)
strcpy (tmp, "u");
break;
case DW_CFA_same_value:
- strcpy (tmp, "
u
");
+ strcpy (tmp, "
s
");
break;
case DW_CFA_offset:
sprintf (tmp, "c%+d", fc->col_offset[r]);