aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1993-10-29 21:08:19 +0000
committerJeff Law <law@redhat.com>1993-10-29 21:08:19 +0000
commit53c0b9e754fdbbaabc1ca03c91eb772084c56629 (patch)
treef025bf70ada6ec29457ffbcc0af4006358ed8daa /gas
parent37ed805e49f65fd08841c3d8b066618a5321762f (diff)
downloadgdb-53c0b9e754fdbbaabc1ca03c91eb772084c56629.zip
gdb-53c0b9e754fdbbaabc1ca03c91eb772084c56629.tar.gz
gdb-53c0b9e754fdbbaabc1ca03c91eb772084c56629.tar.bz2
Back out of last change. Instead:
* config/tc-hppa.c (md_begin): Disable "-R" option to fold text and data segments. Warn user "-R" is unsupported on the PA.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog7
1 files changed, 3 insertions, 4 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index fbedd88..18f0476 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,9 +1,8 @@
Fri Oct 29 13:26:12 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
- * as.c (main): Disable "-R" option if NO_FOLD_DATA_AND_TEXT
- is defined.
- * config/tc-hppa.h (NO_FOLD_DATA_AND_TEXT): Define. Folding
- of text and data segments fails miserably on the PA.
+ * config/tc-hppa.c (md_begin): Disable "-R" option to fold
+ textand data segments. Warn user "-R" is unsupported on the
+ PA.
Thu Oct 28 12:36:13 1993 Jeffrey A. Law (law@snake.cs.utah.edu)