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:
4c97755
)
* config/tc-arm.c (arm_elf_change_section): Not static.
author
Ben Elliston
<bje@au.ibm.com>
Fri, 14 Nov 2003 06:55:21 +0000
(06:55 +0000)
committer
Ben Elliston
<bje@au.ibm.com>
Fri, 14 Nov 2003 06:55:21 +0000
(06:55 +0000)
gas/ChangeLog
patch
|
blob
|
history
gas/config/tc-arm.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index cfe80e4faf222e47577ee106735934ebe46eb706..dbd0a6d41371560d2a53ea892de5602b5a257a84 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-1,3
+1,7
@@
+2003-11-14 Ben Elliston <bje@wasabisystems.com>
+
+ * config/tc-arm.c (arm_elf_change_section): Not static.
+
2003-11-13 Nick Clifton <nickc@redhat.com>
* tc-arm.c (mapping_state): New function. Emit a mapping
diff --git
a/gas/config/tc-arm.c
b/gas/config/tc-arm.c
index bdfa05ce9941a0907f03e8b1856f60ae89adb0ab..2b6f70f28c72d2c5b60ca914276f06aa4c5caaa2 100644
(file)
--- a/
gas/config/tc-arm.c
+++ b/
gas/config/tc-arm.c
@@
-2788,7
+2788,7
@@
mapping_state (enum mstate state)
/* When we change sections we need to issue a new mapping symbol. */
-
static
void
+void
arm_elf_change_section (void)
{
flagword flags;