aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-01-03 22:27:24 +0000
committerIan Lance Taylor <ian@airs.com>1997-01-03 22:27:24 +0000
commit8185fc28bd5e4ed6b2742370ec46740329351679 (patch)
tree7577b59a8eebc4fd5be570be48d10714f895fae7
parent3de7693865774596b4471b92e879a2df4fca7e18 (diff)
downloadgdb-8185fc28bd5e4ed6b2742370ec46740329351679.zip
gdb-8185fc28bd5e4ed6b2742370ec46740329351679.tar.gz
gdb-8185fc28bd5e4ed6b2742370ec46740329351679.tar.bz2
revert last patch
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/config/tc-m68k.h10
2 files changed, 0 insertions, 14 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index bf2b6c6..f525cfc 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -11,10 +11,6 @@ Fri Jan 3 12:09:24 1997 Ian Lance Taylor <ian@cygnus.com>
* doc/as.texinfo (Set): Change parenthesized @xref to @pxref.
- * config/tc-m68k.h (tc_frob_label): Define to warn about a
- misaligned text label. Based on patch from Ronald F. Guilmette
- <rfg@monkeys.com>.
-
* macro.c (macro_expand_body): In MRI mode, just copy a single &.
* config/tc-m68k.c (m68k_ip): Call frag_grow before adding a
diff --git a/gas/config/tc-m68k.h b/gas/config/tc-m68k.h
index 3967f35..85fb20c 100644
--- a/gas/config/tc-m68k.h
+++ b/gas/config/tc-m68k.h
@@ -122,16 +122,6 @@ extern void m68k_mri_mode_change PARAMS ((int));
extern int m68k_conditional_pseudoop PARAMS ((pseudo_typeS *));
#define tc_conditional_pseudoop(pop) m68k_conditional_pseudoop (pop)
-#define tc_frob_label(sym) \
-do \
- { \
- if (S_GET_SEGMENT (sym) == text_section \
- && (S_GET_VALUE (sym) & 1) != 0) \
- as_warn ("text label `%s' aligned to odd boundary", \
- S_GET_NAME (sym)); \
- } \
-while (0)
-
#ifdef BFD_ASSEMBLER
#define tc_frob_symbol(sym,punt) \