am 701cf941: Merge "Fix mips build"
				
					
				
			* commit '701cf9419b4df92bd959bbc6f18150f6ae76df7c': Fix mips build
This commit is contained in:
		@@ -2069,8 +2069,6 @@ bool soinfo::PrelinkImage() {
 | 
				
			|||||||
        }
 | 
					        }
 | 
				
			||||||
        break;
 | 
					        break;
 | 
				
			||||||
#if defined(__mips__)
 | 
					#if defined(__mips__)
 | 
				
			||||||
      case DT_STRSZ:
 | 
					 | 
				
			||||||
        break;
 | 
					 | 
				
			||||||
      case DT_MIPS_RLD_MAP:
 | 
					      case DT_MIPS_RLD_MAP:
 | 
				
			||||||
        // Set the DT_MIPS_RLD_MAP entry to the address of _r_debug for GDB.
 | 
					        // Set the DT_MIPS_RLD_MAP entry to the address of _r_debug for GDB.
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user