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:
0a2a54b
)
* config/tc-d30v.c (d30v_cons_align): Don't align .eh_frame.
author
Alan Modra
<amodra@gmail.com>
Thu, 28 Oct 2010 05:34:55 +0000
(
05:34
+0000)
committer
Alan Modra
<amodra@gmail.com>
Thu, 28 Oct 2010 05:34:55 +0000
(
05:34
+0000)
gas/ChangeLog
patch
|
blob
|
history
gas/config/tc-d30v.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index 11f866782c96624030e7f03fc33264a339cb509f..6b9b61706b101c80b49684940a358651c894c70c 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-1,3
+1,7
@@
+2010-10-28 Alan Modra <amodra@gmail.com>
+
+ * config/tc-d30v.c (d30v_cons_align): Don't align .eh_frame.
+
2010-10-26 Alan Modra <amodra@gmail.com>
* config/obj-coff.c (coff_format_ops): Fix typo.
diff --git
a/gas/config/tc-d30v.c
b/gas/config/tc-d30v.c
index 64c46662ceb2bc51abfaf27760f9a3d25acbe0d6..9a3477b6ed1a4d19195c04fa004426cc1f408119 100644
(file)
--- a/
gas/config/tc-d30v.c
+++ b/
gas/config/tc-d30v.c
@@
-1885,7
+1885,8
@@
d30v_cons_align (int size)
int log_size;
/* Don't specially align anything in debug sections. */
- if ((now_seg->flags & SEC_ALLOC) == 0)
+ if ((now_seg->flags & SEC_ALLOC) == 0
+ || strcmp (now_seg->name, ".eh_frame") == 0)
return;
log_size = 0;