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:
75c8328
)
* config/tc-h8300.h (TC_LINKRELAX_FIXUP): Define.
author
Jeff Law
<law@redhat.com>
Thu, 22 Aug 2002 16:24:24 +0000
(16:24 +0000)
committer
Jeff Law
<law@redhat.com>
Thu, 22 Aug 2002 16:24:24 +0000
(16:24 +0000)
gas/ChangeLog
patch
|
blob
|
history
gas/config/tc-h8300.h
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index 4a6925fcc8559d62fa35eba7a6fc8d5158760bbd..861ca0696bce9d29970f4894810aeaac196d750f 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-1,3
+1,7
@@
+2002-08-21 Nitin Gupta <niting@noida.hcltech.com>
+
+ * config/tc-h8300.h (TC_LINKRELAX_FIXUP): Define.
+
2002-08-21 Elena Zannoni <ezannoni@redhat.com>
* config/tc-ppc.c (ppc_cleanup): Do something only if format
diff --git
a/gas/config/tc-h8300.h
b/gas/config/tc-h8300.h
index e3208f4d9e0fdd379313e287c29562345c82b896..79647a637f279b43f2930e9d892c90efbf724350 100644
(file)
--- a/
gas/config/tc-h8300.h
+++ b/
gas/config/tc-h8300.h
@@
-26,6
+26,10
@@
#define TARGET_ARCH bfd_arch_h8300
+#ifdef BFD_ASSEMBLER
+/* Fixup debug sections since we will never relax them. */
+#define TC_LINKRELAX_FIXUP(seg) (seg->flags & SEC_ALLOC)
+#endif
#ifdef OBJ_ELF
#define TARGET_FORMAT "elf32-h8300"
#endif