]> Git Repo - binutils.git/blobdiff - bfd/evax.h
* elf32-mips.c (mips_elf_check_relocs): Give an error if CALL16 is
[binutils.git] / bfd / evax.h
index be627657cc15148cd65405820222f10be82c210f..f59ce55430669350133cafe197c6d07626d5e40e 100644 (file)
@@ -1,6 +1,7 @@
-/* evax.h -- Header file for ALPHA EVAX (openVMS/AXP) support.
-   Copyright 1996 Free Software Foundation, Inc.
-   Written by Klaus Kämpf ([email protected])
+/* evax.h -- Header file for ALPHA EVAX (openVMS/Alpha) support.
+   Copyright 1996, 1997 Free Software Foundation, Inc.
+
+   Written by Klaus K"ampf ([email protected])
    of proGIS Softwareentwicklung, Aachen, Germany
 
 This file is part of BFD, the Binary File Descriptor library.
@@ -179,6 +180,7 @@ extern int _bfd_evax_write_edbg PARAMS ((bfd *abfd));
 #define ALPHA_R_OP_PRSHIFT     10
 #define ALPHA_R_LINKAGE                11
 #define ALPHA_R_REFLONG                12
+#define ALPHA_R_CODEADDR       13
 
 /* Object language definitions.  */
 
@@ -328,10 +330,8 @@ struct evax_private_data_struct {
   int evax_linkage_index;
 
   /* see tc-alpha.c of gas for a description.  */
-  int flag_hash_long_names;    /* -+ */
-  int flag_show_after_trunc;   /* -H */
-  int flag_no_hash_mixed_case; /* -h NUM */
-  char vms_name_mapping;
+  int flag_hash_long_names;    /* -+, hash instead of truncate */
+  int flag_show_after_trunc;   /* -H, show hashing/truncation */
 };
 
 #define PRIV(name)     ((struct evax_private_data_struct *)abfd->tdata.any)->name
@@ -377,6 +377,6 @@ extern void _bfd_evax_output_counted PARAMS ((bfd *abfd, char *value));
 extern void _bfd_evax_output_dump PARAMS ((bfd *abfd, unsigned char *data,
                                           int length));
 extern void _bfd_evax_output_fill PARAMS ((bfd *abfd, int value, int length));
-extern char *_bfd_evax_case_hack_symbol PARAMS ((bfd *abfd, const char *in));
+extern char *_bfd_evax_length_hash_symbol PARAMS ((bfd *abfd, const char *in));
 
 #endif /* EVAX_H */
This page took 0.023299 seconds and 4 git commands to generate.