]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fri Aug 27 19:19:43 CEST 1999 Marc Espie <espie@cvs.openbsd.org>
authorJeffrey A Law <law@cygnus.com>
Tue, 12 Oct 1999 06:34:49 +0000 (06:34 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 12 Oct 1999 06:34:49 +0000 (00:34 -0600)
        Fri Aug 27 19:19:43 CEST 1999   Marc Espie <espie@cvs.openbsd.org>
        * config/openbsd.h (SET_ASM_OP): Define.

From-SVN: r29914

gcc/ChangeLog
gcc/config/openbsd.h

index b3dc17a1cfddf3ab2751ceac3506e9f5f0bff8b1..27006485a78e0c0d33a82855e1e79c6a2ed84702 100644 (file)
@@ -1,5 +1,8 @@
 Mon Oct 11 23:35:19 1999  Jeffrey A Law  (law@cygnus.com)
 
+       Fri Aug 27 19:19:43 CEST 1999   Marc Espie <espie@cvs.openbsd.org>
+       * config/openbsd.h (SET_ASM_OP): Define.
+
        Mon Oct  4 08:54:12 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
        * cppinit.c (is_idchar initializer): Loosen tests to accept
        gcc 2.>6 and >2.
index 30f2494234121b77dc2976c220d9143ce4841488..e95fbdaea0cc1ebfc799ebe3cd6e4c0a61d44a2e 100644 (file)
@@ -165,13 +165,16 @@ Boston, MA 02111-1307, USA.  */
 
 /* OpenBSD assembler is hacked to have .type & .size support even in a.out
    format object files.  Functions size are supported but not activated 
-   yet (look for GRACE_PERIOD_EXPIRED in gas/config/obj-aout.c).  */
+   yet (look for GRACE_PERIOD_EXPIRED in gas/config/obj-aout.c).  
+   SET_ASM_OP is needed for attribute alias to work.  */
 
 #undef TYPE_ASM_OP
 #undef SIZE_ASM_OP
+#undef SET_ASM_OP
 
 #define TYPE_ASM_OP    ".type"
 #define SIZE_ASM_OP    ".size"
+#define SET_ASM_OP     ".set"
 
 /* The following macro defines the format used to output the second
    operand of the .type assembler directive.  */